Ignore:
Timestamp:
01/05/2005 02:35:19 PM (20 years ago)
Author:
Jeremy Utley <jeremy@…>
Children:
6fcb4bb
Parents:
ea66eb9
Message:

Added --disable-selinux parameter to glibc chapter 5 - closes bug 1006

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4491 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/glibc.xml

    rea66eb9 r8a2465b8  
    5050    --disable-profile --enable-add-ons \
    5151    --enable-kernel=2.6.0 --with-binutils=/tools/bin \
    52     --without-gd --without-cvs --with-headers=/tools/include</userinput></screen>
     52    --without-gd --without-cvs --with-headers=/tools/include \
     53    --disable-selinux</userinput></screen>
    5354
    5455<beginpage/>
     
    105106kernel has and can optimize itself accordingly.</para></listitem>
    106107</varlistentry>
     108
     109<!-- Edit Me -->
     110<varlistentry>
     111<term><parameter>--disable-selinux</parameter></term>
     112<listitem><para>When building from hosts using SELinux functionality
     113(i.e. Fedora Core 3), glibc will try to integrate this functionality into
     114itself, but will fail, because we do not have this functionality in the LFS
     115tools enviornment.  This option will disable this, allowing glibc to build
     116correctly, but will not otherwise affect the build.</para></listitem>
     117</varlistentry>
     118<!-- -->
    107119</variablelist>
    108120
Note: See TracChangeset for help on using the changeset viewer.