diff options
Diffstat (limited to 'chapter05/glibc.xml')
-rw-r--r-- | chapter05/glibc.xml | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 053b19c24..2835395ea 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -104,16 +104,13 @@ installed to the tools directory, so that it knows exactly what features the kernel has and can optimize itself accordingly.</para></listitem> </varlistentry> -<!-- Edit Me --> <varlistentry> <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 -tools environment. This option will disable this, allowing Glibc to build -correctly, but will not otherwise affect the build.</para></listitem> +<listitem><para>When building from hosts that include SELinux functionality +(e.g. Fedora Core 3), Glibc will build with support for SELinux. As the LFS +tools environment does not contain support for SELinux, a Glibc compiled with +such support will fail to operate correctly.</para></listitem> </varlistentry> -<!-- --> </variablelist> <para>During this stage the following warning might appear:</para> |