From 3d31fc4727b03ad872b4938a081ba5f74002d65d Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Sat, 19 Feb 2005 22:41:37 +0000 Subject: Comitted patch by Jeremy U. regarding chapter 5 glibc selinux fix git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4650 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/glibc.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter05/glibc.xml') diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 1e3d4925b..52d31cf7c 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -50,7 +50,7 @@ cd ../glibc-build --disable-profile --enable-add-ons \ --enable-kernel=2.6.0 --with-binutils=/tools/bin \ --without-gd --without-cvs --with-headers=/tools/include \ - --disable-selinux + --without-selinux The meaning of the configure options: @@ -107,7 +107,7 @@ kernel has and can optimize itself accordingly. ---disable-selinux +--without-selinux When building from hosts using SELinux functionality (i.e. Fedora Core 3), glibc will try to integrate this functionality into itself, but will fail, because we do not have this functionality in the LFS -- cgit v1.2.3-54-g00ecf