aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorJeremy Utley <jeremy@linuxfromscratch.org>2005-01-05 14:26:57 +0000
committerJeremy Utley <jeremy@linuxfromscratch.org>2005-01-05 14:26:57 +0000
commit553affcd020cd2b218303414ddd1c9204f8a9921 (patch)
tree7c74c806d9574278dcfd0d63154724edf36e92df /chapter05
parent9a5521276b3e9404cade80faaaaf2593dc15a027 (diff)
Added --disable-selinux to glibc chapter 5 - adjustment for FC3 hosts. No changelog entry, as this is simultaneously going into -Testing
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4490 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/glibc.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml
index 649eb9584..e1f0633eb 100644
--- a/chapter05/glibc.xml
+++ b/chapter05/glibc.xml
@@ -30,7 +30,8 @@ cd ../glibc-build</userinput></screen>
<screen><userinput>../glibc-&glibc-version;/configure --prefix=/tools \
--disable-profile --enable-add-ons \
--enable-kernel=2.6.0 --with-binutils=/tools/bin \
- --without-gd --without-cvs --with-headers=/tools/include</userinput></screen>
+ --without-gd --without-cvs --with-headers=/tools/include \
+ --disable-selinux</userinput></screen>
<para>Compile the package:</para>