Author: gerard
Date: 2005-02-19 15:41:37 -0700 (Sat, 19 Feb 2005)
New Revision: 4650

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter05/glibc.xml
Log:
Comitted patch by Jeremy U. regarding chapter 5 glibc selinux fix

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2005-02-19 22:20:37 UTC (rev 4649)
+++ trunk/BOOK/chapter01/changelog.xml  2005-02-19 22:41:37 UTC (rev 4650)
@@ -79,6 +79,11 @@
 </itemizedlist>
 </listitem>
 
+<listitem><para>February 19, 2005 [jeremy]: Added correction to chapter 5
+glibc build to correct the disabling of selinux functionality.  Thanks to
+Bobson on IRC ([EMAIL PROTECTED]) for pointing this out.  Closes bugzilla
+1034.</para></listitem>
+
 <listitem><para>February 19, 2005 [gerard]: Synchronized Testing
 branch with current Unstable/Trunk. Move Testing branch to Trunk and
 discontinue Testing branch as per lfs-dev discussion on branch

Modified: trunk/BOOK/chapter05/glibc.xml
===================================================================
--- trunk/BOOK/chapter05/glibc.xml      2005-02-19 22:20:37 UTC (rev 4649)
+++ trunk/BOOK/chapter05/glibc.xml      2005-02-19 22:41:37 UTC (rev 4650)
@@ -50,7 +50,7 @@
     --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 @@
 
 <!-- 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

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to