Changeset 2ab0d61 for final-system/common/glibc.xml
- Timestamp:
- Apr 18, 2006, 8:47:16 AM (19 years ago)
- Children:
- 6de5a22
- Parents:
- c52100b1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
final-system/common/glibc.xml
rc52100b1 r2ab0d61 55 55 of achieving a clean build.</para> 56 56 57 <para os="c">The following patch removes the potential of localdef58 segfaulting:</para>57 <para os="c">The following patch fixes an issue that can 58 cause <command>localdef</command> to segfault:</para> 59 59 60 60 <screen os="d"><userinput>patch -Np1 -i ../&glibc-localedef_segfault-patch;</userinput></screen> … … 63 63 will prevent nscd from trying to link to libraries that don't exist:</para> 64 64 65 <screen os="s2"><userinput>cp nscd/Makefile{,.orig}65 <screen os="s2"><userinput>cp -v nscd/Makefile{,.orig} 66 66 sed -e "/nscd_stat.o: sysincludes = # nothing/d" nscd/Makefile.orig > \ 67 nscd/Makefile</userinput></screen>67 nscd/Makefile</userinput></screen> 68 68 69 69 <para os="e">The Glibc documentation recommends building Glibc outside of the
Note:
See TracChangeset
for help on using the changeset viewer.