Ticket #3495: obsolete-rpc.patch
File obsolete-rpc.patch, 2.1 KB (added by , 11 years ago) |
---|
-
trunk/BOOK/chapter06/glibc.xml
73 73 74 74 <para>Prepare Glibc for compilation:</para> 75 75 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> 81 82 82 83 <variablelist> 83 84 <title>The meaning of the new configure options:</title> … … 91 92 </listitem> 92 93 </varlistentry> 93 94 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 94 104 </variablelist> 95 105 96 106 <para>Compile the package:</para> … … 162 172 163 173 <screen><userinput remap="install">make install</userinput></screen> 164 174 165 <para>Install NIS and RPC related headers that are not installed by166 default; these are required to rebuild glibc and by several BLFS167 packages:</para>168 169 <screen><userinput remap="install">cp -v ../glibc-&glibc-version;/sunrpc/rpc/*.h /usr/include/rpc170 cp -v ../glibc-&glibc-version;/sunrpc/rpcsvc/*.h /usr/include/rpcsvc171 cp -v ../glibc-&glibc-version;/nis/rpcsvc/*.h /usr/include/rpcsvc</userinput></screen>172 173 175 <para>The locales that can make the system respond in a different language 174 176 were not installed by the above command. None of the locales are required, 175 177 but if some of them are missing, test suites of the future packages would