aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2017-08-18 18:40:54 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2017-08-18 18:40:54 +0000
commit7f5a3b8989d3367d45d315b76446e0d3e0d06860 (patch)
tree5bffc7b82f202f9349b09d0ea6ae0b6e6018d5f0 /chapter06
parentac9c87b7ab6081e2baec8463a2bb94820f41a8e2 (diff)
Remove unneeded options from glibc
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11287 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/glibc.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index b5f249a5d..fd44fdcc0 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -93,8 +93,6 @@ cd build</userinput></screen>
../configure --prefix=/usr \
--disable-werror \
--enable-kernel=&min-kernel; \
- --enable-obsolete-rpc \
- --enable-obsolete-nsl \
--enable-stack-protector=strong \
libc_cv_slibdir=/lib
unset GCC_INCDIR</userinput></screen>
@@ -119,15 +117,6 @@ unset GCC_INCDIR</userinput></screen>
</varlistentry>
<varlistentry>
- <term><parameter>--enable-obsolete-rpc</parameter> and
- --enable-obsolete-nsl</term>
- <listitem>
- <para>These options build older RPC code for use with
- network file system utilities (nfs).</para>
- </listitem>
- </varlistentry>
-
- <varlistentry>
<term><parameter>--enable-stack-protector=strong</parameter></term>
<listitem>
<para>This option increases system security by adding a known canary