Changeset 27beca52
- Timestamp:
- 04/17/06 15:54:15 (7 years ago)
- Branches:
- ('master', '5ea4e55860c61746fb61f12cd3c83d270ee17451')('clfs-1.2', '0d1a577466382847256b44170acecbd2e8cdc0c5')('simp', '271d1f963630b9cb390baf1ee2d8bdfe7d14e340')('systemd', 'ec008670fee2dc8086a6ce805d4831378d59895d')
- Children:
- 451da6de8679d9872eca6cf614674e52df3c20f9
- Parents:
- 15944e4d5592e138283d87b843d0a417f24152f8
- git-author:
- Jim Gifford <clfs@jg555.com>2006-04-17 15:54:15+00:00
- git-committer:
- Jim Gifford <clfs@jg555.com>2006-04-17 15:54:15+00:00
- Location:
- BOOK
- Files:
-
- 2 edited
-
cross-tools/common/glibc.xml (modified) (1 diff)
-
final-system/common/glibc.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/glibc.xml
ra33dbaa r27beca52 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" -
BOOK/final-system/common/glibc.xml
ra33dbaa r27beca52 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.
