Ignore:
Timestamp:
10/15/2005 12:01:06 AM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.1.1
Children:
1ec69ac5
Parents:
8f192d8
Message:

Finished the addition of patches.ent

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1.1/BOOK@7018 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/glibc.xml

    r8f192d8 re9f3e85  
    5050within the Glibc source directory:</para>
    5151
    52 <screen><userinput>tar -xjvf /sources/glibc-linuxthreads-&glibc-version;.tar.bz2</userinput></screen>
     52<screen><userinput>tar -xjvf ../glibc-linuxthreads-&glibc-version;.tar.bz2</userinput></screen>
    5353
    5454<para>In certain rare circumstances, Glibc can segfault when no standard search
    5555directories exist.  The following patch prevents this:</para>
    5656
    57 <screen><userinput>patch -Np1 -i ../glibc-&glibc-version;-rtld_search_dirs-1.patch</userinput></screen>
     57<screen><userinput>patch -Np1 -i ../&glibc-rtld-patch;</userinput></screen>
    5858
    5959<para>Glibc has two tests which fail when the running kernel is 2.6.11.x The
     
    6161nor the kernel. This patch fixes the problem:</para>
    6262
    63 <screen><userinput>patch -Np1 -i ../glibc-&glibc-version;-fix_test-1.patch</userinput></screen>
     63<screen><userinput>patch -Np1 -i ../&glibc-testfix-patch;</userinput></screen>
    6464
    6565<para>The Glibc documentation recommends building Glibc outside of the source
Note: See TracChangeset for help on using the changeset viewer.