Changeset a33dbaa for BOOK/final-system/common
- Timestamp:
- Apr 17, 2006, 4:48:36 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:
- 50a4c58
- Parents:
- ff10da6a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/glibc.xml
rff10da6a ra33dbaa 60 60 <screen os="d"><userinput>patch -Np1 -i ../&glibc-localedef_segfault-patch;</userinput></screen> 61 61 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} 66 sed -e "/nscd_stat.o: sysincludes = # nothing/d" nscd/Makefile.orig > 67 nscd/Makefile</userinput></screen> 66 68 67 69 <para os="e">The Glibc documentation recommends building Glibc outside of the
Note:
See TracChangeset
for help on using the changeset viewer.