From e990c367c9d26a6eab27977446b1d8c06ffb15af Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Mon, 23 Jan 2006 21:51:25 +0000 Subject: Upgrade to Shadow 4.0.14 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7296 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/shadow.xml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'chapter06/shadow.xml') diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index 1e0d03b0f..f4f2cff01 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -16,7 +16,7 @@ way. &buildtime; &diskspace; -0.3 SBU15.9 MB +0.4 SBU14.7 MB @@ -34,14 +34,20 @@ Diffutils, GCC, Gettext, Glibc, Grep, Make, and Sed prior to building Shadow. Then add --with-libcrack to the configure command below. -Apply a patch to fix a number of incorrect assumptions in Shadow's -configure script: +Prepare Shadow for compilation: -patch -Np1 -i ../&shadow-configure-patch; +./configure --libdir=/lib --enable-shared --without-selinux -Prepare Shadow for compilation: +The meaning of the configure options: -./configure --libdir=/lib --enable-shared + + +--without-selinux +Support for selinux is enabled by default, but selinux is not +built in a base LFS system. The configure script will fail +if this option is not used. + + Disable the installation of the groups program and its man page, as Coreutils provides a better version: -- cgit v1.2.3-54-g00ecf