diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-08-17 23:00:17 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-08-17 23:00:17 +0000 |
commit | ac9c87b7ab6081e2baec8463a2bb94820f41a8e2 (patch) | |
tree | 8755e74d42174c82a8201514951116ccab5a8229 | |
parent | 27c6941cd04917e7ff2805aa9896ddd99465a580 (diff) |
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
-rw-r--r-- | chapter06/glibc.xml | 6 |
1 files changed, 4 insertions, 2 deletions
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</userinput></screen> --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> @@ -118,9 +119,10 @@ unset GCC_INCDIR</userinput></screen> </varlistentry> <varlistentry> - <term><parameter>--enable-obsolete-rpc</parameter></term> + <term><parameter>--enable-obsolete-rpc</parameter> and + --enable-obsolete-nsl</term> <listitem> - <para>This option builds older RPC code for use with + <para>These options build older RPC code for use with network file system utilities (nfs).</para> </listitem> </varlistentry> |