Changeset 8ad94ab for chapter05


Ignore:
Timestamp:
01/27/2014 10:32:09 PM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.5, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
5d76f82
Parents:
cc2f8a5
Message:

Add an environment variable to util-linux
in Chapter 5 to prevent an installation error for
hosts that have unneeded capabilities availible.

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

Location:
chapter05
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter05/ncurses.xml

    rcc2f8a5 r8ad94ab  
    4646    <para>Prepare Ncurses for compilation:</para>
    4747
    48 <screen><userinput remap="configure">
    49 ./configure --prefix=/tools \
     48<screen><userinput remap="configure">./configure --prefix=/tools \
    5049            --with-shared   \
    5150            --without-debug \
  • chapter05/util-linux.xml

    rcc2f8a5 r8ad94ab  
    4343    <para>Prepare Util-linux for compilation:</para>
    4444
    45 <screen><userinput remap="configure">./configure --prefix=/tools             \
    46             --disable-makeinstall-chown \
    47             --without-systemdsystemunitdir</userinput></screen>
     45<screen><userinput remap="configure">./configure --prefix=/tools                \
     46            --disable-makeinstall-chown    \
     47            --without-systemdsystemunitdir \
     48            PKG_CONFIG=""</userinput></screen>
    4849
    4950    <variablelist>
     
    6869        </listitem>
    6970      </varlistentry>
     71
     72      <varlistentry>
     73        <term><envar>PKG_CONFIG=""</envar></term>
     74        <listitem>
     75          <para>Setting this envronment variable prevents adding unneeded
     76          features that may be available on the host.</para>
     77        </listitem>
     78      </varlistentry>
    7079     </variablelist>
    7180
Note: See TracChangeset for help on using the changeset viewer.