Changeset 41cd9a1
- Timestamp:
- Apr 17, 2006, 8:54:15 AM (19 years ago)
- Children:
- 4da503a
- Parents:
- 903a609
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cross-tools/common/glibc.xml
r903a609 r41cd9a1 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" -
final-system/common/glibc.xml
r903a609 r41cd9a1 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.