- Timestamp:
- Apr 17, 2006, 8:54:15 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 451da6d
- Parents:
- 15944e4d
- Location:
- BOOK
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/glibc.xml
r15944e4d r27beca52 46 46 href="../../final-system/common/glibc.xml" 47 47 xpointer="xpointer(//*[@os='s2'])"/> 48 49 <para os="s1">The following sed fixes a build issue with Glibc. This will50 prevent nscd from trying to link to libraries that don't exist:</para>51 52 <screen os="s2"><userinput>cp nscd/Makefile{,.orig}53 sed -e "/nscd_stat.o: sysincludes = # nothing/d" nscd/Makefile.orig > nscd/Makefile</userinput></screen>54 48 55 49 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/common/glibc.xml
r15944e4d r27beca52 64 64 65 65 <screen os="s2"><userinput>cp nscd/Makefile{,.orig} 66 sed -e "/nscd_stat.o: sysincludes = # nothing/d" nscd/Makefile.orig > 66 sed -e "/nscd_stat.o: sysincludes = # nothing/d" nscd/Makefile.orig > \ 67 67 nscd/Makefile</userinput></screen> 68 68
Note:
See TracChangeset
for help on using the changeset viewer.