From ac9c87b7ab6081e2baec8463a2bb94820f41a8e2 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Thu, 17 Aug 2017 23:00:17 +0000 Subject: Add an option to glibc to allow building of nfs packages. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11286 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'chapter06/glibc.xml') diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 8fc876220..b5f249a5d 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -94,6 +94,7 @@ cd build --disable-werror \ --enable-kernel=&min-kernel; \ --enable-obsolete-rpc \ + --enable-obsolete-nsl \ --enable-stack-protector=strong \ libc_cv_slibdir=/lib unset GCC_INCDIR @@ -118,9 +119,10 @@ unset GCC_INCDIR - --enable-obsolete-rpc + --enable-obsolete-rpc and + --enable-obsolete-nsl - This option builds older RPC code for use with + These options build older RPC code for use with network file system utilities (nfs). -- cgit v1.2.3-54-g00ecf