diff options
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r-- | chapter06/glibc.xml | 11 |
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 |