diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-06-29 16:24:16 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-06-29 16:24:16 +0000 |
commit | 663ecfcc5f04e7c2860b83ef89e49f5e8b68bbbe (patch) | |
tree | 7c789513e8b75ee906795c4a06600e2e4284638f /chapter05/glibc.xml | |
parent | 2ec0d203c3af587beb98406888dca6f6f5283180 (diff) |
Several minor wording changes (chapters 1 - 5).
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6232 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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> |