From a840e5905d8d2906120b5a8a9d6a06c987727d98 Mon Sep 17 00:00:00 2001 From: "Douglas R. Reno" Date: Fri, 12 Aug 2016 02:02:09 +0000 Subject: Update to systemd-231 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11106 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/util-linux.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'chapter05') diff --git a/chapter05/util-linux.xml b/chapter05/util-linux.xml index a99d936ef..287d78dff 100644 --- a/chapter05/util-linux.xml +++ b/chapter05/util-linux.xml @@ -43,12 +43,19 @@ Prepare Util-linux for compilation: -./configure --prefix=/tools \ +./configure --prefix=/tools \ --without-python \ --disable-makeinstall-chown \ --without-systemdsystemunitdir \ PKG_CONFIG="" +./configure --prefix=/tools \ + --without-python \ + --disable-makeinstall-chown \ + --without-systemdsystemunitdir \ + --enable-libmount-force-mountinfo \ + PKG_CONFIG="" + The meaning of the configure option: -- cgit v1.2.3-54-g00ecf