Changeset de99e63
- Timestamp:
- Apr 17, 2006, 4:48:36 AM (19 years ago)
- Children:
- 893b9e6
- Parents:
- f8862d7
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
cross-tools/common/glibc.xml
rf8862d7 rde99e63 38 38 href="../../final-system/common/glibc.xml" 39 39 xpointer="xpointer(//*[@os='d'])"/> 40 41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 42 href="../../final-system/common/glibc.xml" 43 xpointer="xpointer(//*[@os='s1'])"/> 44 45 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 46 href="../../final-system/common/glibc.xml" 47 xpointer="xpointer(//*[@os='s2'])"/> 40 48 41 49 <para os="s1">The following sed fixes a build issue with Glibc. This will -
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 -
general.ent
rf8862d7 rde99e63 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 2 3 <!ENTITY version "CLFS-SVN-2006041 3">3 <!ENTITY version "CLFS-SVN-20060417"> 4 4 <!ENTITY version-x86 "&version;-x86"> 5 5 <!ENTITY version-x86_64 "&version;-x86_64-Multilib"> … … 16 16 <!ENTITY version-alpha "&version;-ALPHA"> 17 17 18 <!ENTITY releasedate "April 1 3, 2006">18 <!ENTITY releasedate "April 17, 2006"> 19 19 <!ENTITY milestone "0.1"> 20 20 <!ENTITY generic-version "svn"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" -->
Note:
See TracChangeset
for help on using the changeset viewer.