Changeset 52e5dd9 for BOOK/final-system/mips64-64
- Timestamp:
- Feb 21, 2006, 1:19:39 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- a298fa4
- Parents:
- d3a4fc0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/mips64-64/glibc.xml
rd3a4fc0 r52e5dd9 54 54 xpointer="xpointer(//*[@os='f'])"/> 55 55 56 <para>Now we make sure the Glibc goes into 57 <filename class="directory">/lib</filename>:</para> 56 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 57 href="../x86_64-64/glibc.xml" 58 xpointer="xpointer(//*[@os='l1'])"/> 58 59 59 <screen><userinput>echo "slibdir=/lib" >> configparms</userinput></screen> 60 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 61 href="../x86_64-64/glibc.xml" 62 xpointer="xpointer(//*[@os='l2'])"/> 60 63 61 64 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 63 66 xpointer="xpointer(//*[@os='g'])"/> 64 67 65 <screen><userinput>../glibc-&glibc-version;/configure --prefix=/usr \ 66 --disable-profile --enable-add-ons --enable-kernel=2.6.0 \67 --libexecdir=/usr/lib/glibc --libdir=/usr/lib</userinput></screen>68 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 69 href="../x86_64-64/glibc.xml" 70 xpointer="xpointer(//*[@os='h'])"/> 68 71 69 <variablelist> 70 <title>The meaning of the new configure option:</title> 71 72 <varlistentry> 73 <term><parameter>--libexecdir=/usr/lib/glibc</parameter></term> 74 <listitem> 75 <para>This changes the location of the <command>pt_chown</command> 76 program from its default of <filename 77 class="directory">/usr/libexec</filename> to <filename 78 class="directory">/usr/lib64/glibc</filename>.</para> 79 </listitem> 80 </varlistentry> 81 </variablelist> 72 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 73 href="../x86_64-64/glibc.xml" 74 xpointer="xpointer(//*[@os='i'])"/> 82 75 83 76 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.