diff options
Diffstat (limited to 'chapter05/glibc.xml')
-rw-r--r-- | chapter05/glibc.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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</userinput></screen> --disable-profile --enable-add-ons \ --enable-kernel=2.6.0 --with-binutils=/tools/bin \ --without-gd --without-cvs --with-headers=/tools/include \ - --disable-selinux</userinput></screen> + --without-selinux</userinput></screen> <para>The meaning of the configure options:</para> @@ -107,7 +107,7 @@ kernel has and can optimize itself accordingly.</para></listitem> <!-- Edit Me --> <varlistentry> -<term><parameter>--disable-selinux</parameter></term> +<term><parameter>--without-selinux</parameter></term> <listitem><para>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 |