Ignore:
Timestamp:
12/10/2013 11:37:38 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
112db9d
Parents:
f2a5108
Message:

Import new branch

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10389 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/glibc.xml

    rf2a5108 rb1a51ac1  
    8585    <para>Prepare Glibc for compilation:</para>
    8686
    87 <!-- We would get /usr/lib/glibc/getconf instead of /usr/lib/getconf and
    88      /usr/lib/getconf was used before. Other distros seem to use same
    89      libexecdir -->
    9087<screen><userinput remap="configure">../glibc-&glibc-version;/configure    \
    9188    --prefix=/usr          \
     
    9390    --enable-kernel=&min-kernel; \
    9491    --libexecdir=/usr/lib</userinput></screen>
     92
    9593    <variablelist>
    9694      <title>The meaning of the new configure options:</title>
     
    10199          <para>This changes the location of some auxillary files from the
    102100          default of <filename class="directory">/usr/libexec</filename> to
    103           <filename class="directory">/usr/lib/glibc</filename>.</para>
     101          <filename class="directory">/usr/lib</filename>.</para>
    104102        </listitem>
    105103      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.