From 71e0f493b73026bd7a3dc1812bf3bd2ab2a6526f Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 26 Jan 2014 03:28:05 +0000 Subject: Disable unneeded installation of a systemd specific file in Chapter 5 util-linux. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10450 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/util-linux.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'chapter05') diff --git a/chapter05/util-linux.xml b/chapter05/util-linux.xml index c049150b4..8407f802c 100644 --- a/chapter05/util-linux.xml +++ b/chapter05/util-linux.xml @@ -42,7 +42,9 @@ Prepare Util-linux for compilation: -./configure --prefix=/tools --disable-makeinstall-chown +./configure --prefix=/tools \ + --disable-makeinstall-chown \ + --without-systemdsystemunitdir The meaning of the configure option: @@ -56,6 +58,15 @@ root. + + + --without-systemdsystemunitdir + + On systems that use systemd, the package tries to install + a systemd specific file to a non-existent directory in /tools. + This switch disables the unnecessary action. + + Compile the package: -- cgit v1.2.3-54-g00ecf