diff options
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 |