Changeset de99e63 for final-system


Ignore:
Timestamp:
Apr 17, 2006, 4:48:36 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
893b9e6
Parents:
f8862d7
Message:

r2914@server (orig r1392): chris | 2006-04-17 00:47:47 -0700
Changed Glibc sed in cross-tools to xinclude pointing to final-system.

File:
1 edited

Legend:

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

    rf8862d7 rde99e63  
    6060<screen os="d"><userinput>patch -Np1 -i ../&glibc-localedef_segfault-patch;</userinput></screen>
    6161
    62     <para os="s1">The following sed fixes a build issue with Glibc, this will prevent nscd from trying
    63 to link to libraries, that don't exist:</para>
    64 
    65 <screen os="s2"><userinput>sed -i "/nscd_stat.o: sysincludes = # nothing/d" nscd/Makefile</userinput></screen>
     62    <para os="s1">The following sed fixes a build issue with Glibc. This
     63    will prevent nscd from trying to link to libraries that don't exist:</para>
     64
     65<screen os="s2"><userinput>cp nscd/Makefile{,.orig}
     66sed -e "/nscd_stat.o: sysincludes = # nothing/d" nscd/Makefile.orig >
     67nscd/Makefile</userinput></screen>
    6668
    6769    <para os="e">The Glibc documentation recommends building Glibc outside of the
Note: See TracChangeset for help on using the changeset viewer.