Ignore:
Timestamp:
02/18/2014 09:28:59 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
044384d
Parents:
720f253
Message:

Updates from LFS development.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/glibc.xml

    r720f253 re2c4848  
    5959<screen><userinput remap="pre">sed -i 's/\\$$(pwd)/`pwd`/' timezone/Makefile</userinput></screen>
    6060
     61    <para>Some of the Glibc programs use non-FHS compilant
     62    <filename class="directory">/var/db</filename> directory to store
     63    their runtime data. Apply the following patch to make such programs
     64    store their runtime data in the FHS-compliant locations:</para>
     65
     66<screen><userinput remap="pre">patch -Np1 -i ../&glibc-fhs-patch;</userinput></screen>
     67
    6168    <para>The Glibc build system is self-contained and will install
    6269    perfectly, even though the compiler specs file and linker are still
     
    6673    of achieving a clean build.</para>
    6774
    68     <para>Some of the Glibc programs use non-FHS compilant
    69     <filename class="directory">/var/db</filename> directory to store
    70     their runtime data. Apply the following patch to make such programs
    71     store their runtime data in the FHS-compliant locations:</para>
    72 
    73 <screen><userinput remap="pre">patch -Np1 -i ../&glibc-fhs-patch;</userinput></screen>
    74 
    7575    <para>The Glibc documentation recommends building Glibc outside of the source
    7676    directory in a dedicated build directory:</para>
     
    8181    <para>Prepare Glibc for compilation:</para>
    8282
    83 <screen><userinput remap="configure">../glibc-&glibc-version;/configure          \
     83<screen><userinput remap="configure">../glibc-&glibc-version;/configure    \
    8484    --prefix=/usr          \
    8585    --disable-profile      \
     
    353353    running:</para>
    354354
    355 <screen><userinput>ln -sv /usr/share/zoneinfo/<replaceable>&lt;xxx&gt;</replaceable> /etc/localtime</userinput></screen>
     355<screen><userinput>ln -sfv /usr/share/zoneinfo/<replaceable>&lt;xxx&gt;</replaceable> /etc/localtime</userinput></screen>
    356356
    357357    <para>Replace <replaceable>&lt;xxx&gt;</replaceable> with the name of the
     
    432432        /usr/include/netrom, /usr/include/netrose, /usr/include/nfs,
    433433        /usr/include/protocols, /usr/include/rpc, /usr/include/rpcsvc,
    434         /usr/include/sys, /usr/lib/audit, /usr/lib/gconv, /usr/lib/getconf,
    435         /usr/lib/locale, /usr/share/i18n, /usr/share/zoneinfo, /var/cache/nscd,
    436         and /var/lib/nss_db</seg>
     434        /usr/include/sys, /usr/lib/audit, /usr/lib/gconv, /usr/lib/locale,
     435        /usr/libexec/getconf, /usr/share/i18n, /usr/share/zoneinfo,
     436        /var/cache/nscd, and /var/lib/nss_db</seg>
    437437      </seglistitem>
    438438    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.