mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
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
This commit is contained in:
parent
27c6941cd0
commit
ac9c87b7ab
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user