Changeset 8a2465b8


Ignore:
Timestamp:
01/05/2005 02:35:19 PM (19 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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rea66eb9 r8a2465b8  
    6464</listitem>
    6565
     66<listitem><para>January 5, 2005 [jeremy]: Added the --disable-selinux parameter
     67to Ch 5 glibc.  Allows building from hosts which use SELinux functionality,
     68like Fedora Core 3</para></listitem>
     69
    6670<listitem><para>December 25, 2004 [jeremy]: Added text suggested by MSB,
    6771closing Bug 943</para></listitem>
  • 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
  • general.ent

    rea66eb9 r8a2465b8  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "6.1-testing-20041225">
    3 <!ENTITY releasedate "December 25, 2004">
     2<!ENTITY version "6.1-testing-20050105">
     3<!ENTITY releasedate "January 5, 2005">
    44<!ENTITY milestone "6.1">
    55
Note: See TracChangeset for help on using the changeset viewer.