From 14109e77437b13dbc0ad846d25d5f5f35071b92c Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Tue, 22 Jul 2014 21:55:23 +0000 Subject: Update to util-linux-2.25 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10644 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/util-linux.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'chapter05/util-linux.xml') diff --git a/chapter05/util-linux.xml b/chapter05/util-linux.xml index 1b25e50f3..007b44e7d 100644 --- a/chapter05/util-linux.xml +++ b/chapter05/util-linux.xml @@ -44,6 +44,7 @@ Prepare Util-linux for compilation: ./configure --prefix=/tools \ + --without-python \ --disable-makeinstall-chown \ --without-systemdsystemunitdir \ PKG_CONFIG="" @@ -51,6 +52,15 @@ The meaning of the configure option: + + --without-python + + This switch disables using Python + if it is installed on the host system. It avoids trying to build + unneeded bindings. + + + --disable-makeinstall-chown -- cgit v1.2.3-54-g00ecf