Ticket #3495: obsolete-rpc.patch

File obsolete-rpc.patch, 2.1 KB (added by Chris Staub, 10 years ago)
  • trunk/BOOK/chapter06/glibc.xml

     
    7373
    7474    <para>Prepare Glibc for compilation:</para>
    7575
    76 <screen><userinput remap="configure">../glibc-&glibc-version;/configure    \
    77     --prefix=/usr          \
    78     --disable-profile      \
    79     --enable-kernel=&min-kernel; \
    80     --libexecdir=/usr/lib/glibc</userinput></screen>
     76<screen><userinput remap="configure">../glibc-&glibc-version;/configure          \
     77    --prefix=/usr                \
     78    --disable-profile            \
     79    --enable-kernel=&min-kernel;       \
     80    --libexecdir=/usr/lib/glibc  \
     81    --enable-obsolete-rpc</userinput></screen>
    8182
    8283    <variablelist>
    8384      <title>The meaning of the new configure options:</title>
     
    9192        </listitem>
    9293      </varlistentry>
    9394
     95      <varlistentry>
     96        <term><parameter>--enable-obsolete-rpc</parameter></term>
     97        <listitem>
     98          <para>Installs NIS and RPC related headers that are not installed by
     99          default; these are required to rebuild Glibc and by several BLFS
     100          packages.</para>
     101        </listitem>
     102      </varlistentry>
     103
    94104    </variablelist>
    95105
    96106    <para>Compile the package:</para>
     
    162172
    163173<screen><userinput remap="install">make install</userinput></screen>
    164174
    165     <para>Install NIS and RPC related headers that are not installed by
    166     default; these are required to rebuild glibc and by several BLFS
    167     packages:</para>
    168 
    169 <screen><userinput remap="install">cp -v ../glibc-&glibc-version;/sunrpc/rpc/*.h /usr/include/rpc
    170 cp -v ../glibc-&glibc-version;/sunrpc/rpcsvc/*.h /usr/include/rpcsvc
    171 cp -v ../glibc-&glibc-version;/nis/rpcsvc/*.h /usr/include/rpcsvc</userinput></screen>
    172 
    173175    <para>The locales that can make the system respond in a different language
    174176    were not installed by the above command. None of the locales are required,
    175177    but if some of them are missing, test suites of the future packages would