Sfoglia il codice sorgente

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
Bruce Dubbs 8 anni fa
parent
commit
ac9c87b7ab
1 ha cambiato i file con 4 aggiunte e 2 eliminazioni
  1. 4 2
      chapter06/glibc.xml

+ 4 - 2
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>