mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Added --disable-selinux to glibc chapter 5 - adjustment for FC3 hosts. No changelog entry, as this is simultaneously going into -Testing
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4490 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
9a5521276b
commit
553affcd02
@ -30,7 +30,8 @@ cd ../glibc-build</userinput></screen>
|
|||||||
<screen><userinput>../glibc-&glibc-version;/configure --prefix=/tools \
|
<screen><userinput>../glibc-&glibc-version;/configure --prefix=/tools \
|
||||||
--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</userinput></screen>
|
--without-gd --without-cvs --with-headers=/tools/include \
|
||||||
|
--disable-selinux</userinput></screen>
|
||||||
|
|
||||||
<para>Compile the package:</para>
|
<para>Compile the package:</para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user