diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-06-07 19:24:30 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-06-07 19:24:30 +0000 |
commit | 98d90032d07f4588d29e2c7f6619f77d312ffa57 (patch) | |
tree | b50a5651e3cd6310e97785518c1d82ddb28851ae /chapter05 | |
parent | 67a0cea173c1a9ed2e1e8c0f568c281e957f7ea2 (diff) |
Update to linux-4.11.4.
Add ld.gold description to binutils.
Update instructions for Chapter5 util-linux.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11257 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/util-linux.xml | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/chapter05/util-linux.xml b/chapter05/util-linux.xml index 287d78dff..db0bc3261 100644 --- a/chapter05/util-linux.xml +++ b/chapter05/util-linux.xml @@ -43,17 +43,11 @@ <para>Prepare Util-linux for compilation:</para> -<screen revision="sysv"><userinput remap="configure">./configure --prefix=/tools \ +<screen><userinput remap="configure">./configure --prefix=/tools \ --without-python \ --disable-makeinstall-chown \ --without-systemdsystemunitdir \ - PKG_CONFIG=""</userinput></screen> - -<screen revision="systemd"><userinput remap="configure">./configure --prefix=/tools \ - --without-python \ - --disable-makeinstall-chown \ - --without-systemdsystemunitdir \ - --enable-libmount-force-mountinfo \ + --without-ncurses \ PKG_CONFIG=""</userinput></screen> <variablelist> @@ -79,6 +73,15 @@ </varlistentry> <varlistentry> + <term><parameter>--without-ncurses</parameter></term> + <listitem> + <para>This switch disables using the ncurses library for + the build process. This is not needed when installing into the + /tools directory and avoids problems on some host distros.</para> + </listitem> + </varlistentry> + + <varlistentry> <term><parameter>--without-systemdsystemunitdir</parameter></term> <listitem> <para>On systems that use systemd, the package tries to install |