Changeset de99e63 for final-system/common
- Timestamp:
- Apr 17, 2006, 11:48:36 AM (19 years ago)
- Children:
- 893b9e6
- Parents:
- f8862d7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
final-system/common/glibc.xml
rf8862d7 rde99e63 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.