Changeset 0aff0e3 for cross-tools/common/glibc.xml
- Timestamp:
- Apr 13, 2006, 10:30:15 AM (19 years ago)
- Children:
- 7beca8d
- Parents:
- f206de5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cross-tools/common/glibc.xml
rf206de5 r0aff0e3 31 31 <screen os="dc"><userinput>patch -Np1 -i ../&glibc-libgcc_eh-patch;</userinput></screen> 32 32 33 <para os="s1">The following sed fixes a build issue with Glibc, this will prevent nscd from trying34 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 39 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 40 34 href="../../final-system/common/glibc.xml" … … 44 38 href="../../final-system/common/glibc.xml" 45 39 xpointer="xpointer(//*[@os='d'])"/> 40 41 <para os="s1">The following sed fixes a build issue with Glibc, this will prevent nscd from trying 42 to link to libraries, that don't exist:</para> 43 44 <screen os="s2"><userinput>cp nscd/Makefile{,.orig} 45 sed -e "/nscd_stat.o: sysincludes = # nothing/d" nscd/Makefile.orig > nscd/Makefile</userinput></screen> 46 46 47 47 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.