From 7f5a3b8989d3367d45d315b76446e0d3e0d06860 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Fri, 18 Aug 2017 18:40:54 +0000 Subject: Remove unneeded options from glibc git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11287 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc.xml | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'chapter06') 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 ../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 @@ -118,15 +116,6 @@ unset GCC_INCDIR - - --enable-obsolete-rpc and - --enable-obsolete-nsl - - These options build older RPC code for use with - network file system utilities (nfs). - - - --enable-stack-protector=strong -- cgit v1.2.3-54-g00ecf