Ignore:
Timestamp:
Oct 26, 2006, 7:53:09 PM (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:
a5b013ba
Parents:
5dd3ae3
Message:

The nscd sed is no longer needed to build Glibc 2.5

File:
1 edited

Legend:

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

    r5dd3ae3 re0b0856  
    5555
    5656<screen os="p2"><userinput>patch -Np1 -i ../&glibc-minor-patch;</userinput></screen>
    57 
    58     <para os="s1">The following <command>sed</command> fixes a build issue
    59     with Glibc. This will prevent <command>nscd</command> from trying to
    60     link to libraries that don't exist:</para>
    61 
    62 <screen os="s2"><userinput>cp -v nscd/Makefile{,.orig}
    63 sed -e "/nscd_stat.o: sysincludes = # nothing/d" nscd/Makefile.orig > \
    64     nscd/Makefile</userinput></screen>
    6557
    6658    <para os="e">The Glibc documentation recommends building Glibc outside of the
Note: See TracChangeset for help on using the changeset viewer.