Ignore:
Timestamp:
Apr 13, 2006, 10:30:15 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:
554101e
Parents:
9e4aab3
Message:

r2860@server: jim | 2006-04-13 10:29:47 -0700
Fixed look of glibc, moved sed after patches

File:
1 edited

Legend:

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

    r9e4aab3 rc1266a1  
    3131<screen os="dc"><userinput>patch -Np1 -i ../&glibc-libgcc_eh-patch;</userinput></screen>
    3232
    33     <para os="s1">The following sed fixes a build issue with Glibc, this will prevent nscd from trying
    34 to link to libraries, that don't exist:</para>
    35 
    36 <screen os="s2"><userinput>cp nscd/Makefile{,.orig}
    37 sed -e "/nscd_stat.o: sysincludes = # nothing/d" nscd/Makefile.orig > nscd/Makefile</userinput></screen>
    38 
    3933    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    4034    href="../../final-system/common/glibc.xml"
     
    4438    href="../../final-system/common/glibc.xml"
    4539    xpointer="xpointer(//*[@os='d'])"/>
     40
     41    <para os="s1">The following sed fixes a build issue with Glibc, this will prevent nscd from trying
     42to link to libraries, that don't exist:</para>
     43
     44<screen os="s2"><userinput>cp nscd/Makefile{,.orig}
     45sed -e "/nscd_stat.o: sysincludes = # nothing/d" nscd/Makefile.orig > nscd/Makefile</userinput></screen>
    4646
    4747    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.