Changeset d0ed88e8 for final-system
- Timestamp:
- Aug 7, 2006, 7:40:23 AM (18 years ago)
- Children:
- 948056c
- Parents:
- 20f0171
- Location:
- final-system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
final-system/64/gcc.xml
r20f0171 rd0ed88e8 30 30 xpointer="xpointer(//*[@os='p2'])"/> 31 31 32 <para os="p3">Apply the following patch to so that linking to /lib64 is now set33 to /lib.</para>32 <para os="p3">Apply the following patch so that GCC links to /lib64 33 instead of /lib:</para> 34 34 35 35 <screen os="p4"><userinput>patch -Np1 -i ../&gcc-pure64-patch;</userinput></screen> -
final-system/common/glibc.xml
r20f0171 rd0ed88e8 43 43 pointing at <filename class="directory">/tools</filename>. The specs 44 44 and linker cannot be adjusted before the Glibc install because the 45 Glibc autoconf tests would give false results and defeat the goal45 Glibc Autoconf tests would give false results and defeat the goal 46 46 of achieving a clean build.</para> 47 47 … … 55 55 <screen os="p2"><userinput>patch -Np1 -i ../&glibc-iconv_fix-patch;</userinput></screen> 56 56 57 <para os="s1">The following sed fixes a build issue with Glibc. This 58 will prevent nscd from trying to link to libraries that don't exist:</para> 57 <para os="s1">The following <command>sed</command> fixes a build issue 58 with Glibc. This will prevent <command>nscd</command> from trying to 59 link to libraries that don't exist:</para> 59 60 60 61 <screen os="s2"><userinput>cp -v nscd/Makefile{,.orig}
Note:
See TracChangeset
for help on using the changeset viewer.