Ignore:
Timestamp:
Apr 18, 2006, 8:47:16 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
54d004a8
Parents:
c705c5d
Message:

r2948@server (orig r1405): chris | 2006-04-18 07:39:00 -0700
Minor text/grammar updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/glibc.xml

    rc705c5d r39139e4  
    5555    of achieving a clean build.</para>
    5656
    57     <para os="c">The following patch removes the potential of localdef
    58     segfaulting:</para>
     57    <para os="c">The following patch fixes an issue that can
     58    cause <command>localdef</command> to segfault:</para>
    5959
    6060<screen os="d"><userinput>patch -Np1 -i ../&glibc-localedef_segfault-patch;</userinput></screen>
     
    6363    will prevent nscd from trying to link to libraries that don't exist:</para>
    6464
    65 <screen os="s2"><userinput>cp nscd/Makefile{,.orig}
     65<screen os="s2"><userinput>cp -v nscd/Makefile{,.orig}
    6666sed -e "/nscd_stat.o: sysincludes = # nothing/d" nscd/Makefile.orig > \
    67 nscd/Makefile</userinput></screen>
     67    nscd/Makefile</userinput></screen>
    6868
    6969    <para os="e">The Glibc documentation recommends building Glibc outside of the
Note: See TracChangeset for help on using the changeset viewer.