mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-22 13:19:20 +01:00
Comitted patch by Jeremy U. regarding chapter 5 glibc selinux fix
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4650 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
81fd230419
commit
3d31fc4727
@ -79,6 +79,11 @@ first a summary, then a detailed log.</para>
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</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 (bobson@bobson.net) for pointing this out. Closes bugzilla
|
||||||
|
1034.</para></listitem>
|
||||||
|
|
||||||
<listitem><para>February 19, 2005 [gerard]: Synchronized Testing
|
<listitem><para>February 19, 2005 [gerard]: Synchronized Testing
|
||||||
branch with current Unstable/Trunk. Move Testing branch to Trunk and
|
branch with current Unstable/Trunk. Move Testing branch to Trunk and
|
||||||
discontinue Testing branch as per lfs-dev discussion on branch
|
discontinue Testing branch as per lfs-dev discussion on branch
|
||||||
|
@ -50,7 +50,7 @@ cd ../glibc-build</userinput></screen>
|
|||||||
--disable-profile --enable-add-ons \
|
--disable-profile --enable-add-ons \
|
||||||
--enable-kernel=2.6.0 --with-binutils=/tools/bin \
|
--enable-kernel=2.6.0 --with-binutils=/tools/bin \
|
||||||
--without-gd --without-cvs --with-headers=/tools/include \
|
--without-gd --without-cvs --with-headers=/tools/include \
|
||||||
--disable-selinux</userinput></screen>
|
--without-selinux</userinput></screen>
|
||||||
|
|
||||||
<para>The meaning of the configure options:</para>
|
<para>The meaning of the configure options:</para>
|
||||||
|
|
||||||
@ -107,7 +107,7 @@ kernel has and can optimize itself accordingly.</para></listitem>
|
|||||||
|
|
||||||
<!-- Edit Me -->
|
<!-- Edit Me -->
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><parameter>--disable-selinux</parameter></term>
|
<term><parameter>--without-selinux</parameter></term>
|
||||||
<listitem><para>When building from hosts using SELinux functionality
|
<listitem><para>When building from hosts using SELinux functionality
|
||||||
(i.e. Fedora Core 3), glibc will try to integrate this functionality into
|
(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
|
itself, but will fail, because we do not have this functionality in the LFS
|
||||||
|
Loading…
Reference in New Issue
Block a user