From 96e9f0bd0ae9d5e539abbcec8109ec5e1f103e30 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sat, 25 Oct 2014 01:04:51 +0000 Subject: Add an instruction to the eudev install to create the initial /etc/udev/hwdb.bin file. Update to tzdata-2014i. Update to util-linux-2.25.2. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10779 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/coreutils.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'chapter06/coreutils.xml') diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index b54061eba..81853cab7 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -71,6 +71,15 @@ touch Makefile.in The meaning of the configure options: + + FORCE_UNSAFE_CONFIGURE=1 + + This environment variable allows the package to be + built as the root user. + + + + --enable-no-install-program=kill,uptime @@ -112,6 +121,9 @@ touch Makefile.in su nobody -s /bin/bash \ -c "PATH=$PATH make RUN_EXPENSIVE_TESTS=yes check" + The stty-pairs test is known to fail on a virtual console, but + passes if run in a X terminal. + Remove the temporary group: sed -i '/dummy/d' /etc/group -- cgit v1.2.3-54-g00ecf