Ignore:
Timestamp:
Apr 12, 2006, 6:11:26 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
e214c12
Parents:
4037e24
Message:

r2840@server: jim | 2006-04-12 18:11:01 -0700
Glibc 2.4 Part 2. Added mips patch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cross-tools/common/glibc.xml

    r4037e24 rea522c5  
    3030
    3131<screen os="dc"><userinput>patch -Np1 -i ../&glibc-libgcc_eh-patch;</userinput></screen>
     32
     33    <para os="s1">The following sed fixes a build issue with Glibc, this will prevent nscd from trying
     34to link to libraries, that don't exist:</para>
     35
     36<screen os="s2"><userinput>cp nscd/Makefile{,.orig}
     37sed -e "/nscd_stat.o: sysincludes = # nothing/d" nscd/Makefile.orig > nscd/Makefile</userinput></screen>
    3238
    3339    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.