|
@@ -43,6 +43,7 @@
|
|
<sect2 role="installation">
|
|
<sect2 role="installation">
|
|
<title>Installation of Glibc</title>
|
|
<title>Installation of Glibc</title>
|
|
|
|
|
|
|
|
+<!-- The enable-obsolete-rpc should handle this just fine.
|
|
<para>In some cases, particularly LFS 7.1, the rpc headers were not
|
|
<para>In some cases, particularly LFS 7.1, the rpc headers were not
|
|
installed properly. Test to see if they are installed in the host system
|
|
installed properly. Test to see if they are installed in the host system
|
|
and install if they are not:</para>
|
|
and install if they are not:</para>
|
|
@@ -51,7 +52,7 @@
|
|
su -c 'mkdir -pv /usr/include/rpc'
|
|
su -c 'mkdir -pv /usr/include/rpc'
|
|
su -c 'cp -v sunrpc/rpc/*.h /usr/include/rpc'
|
|
su -c 'cp -v sunrpc/rpc/*.h /usr/include/rpc'
|
|
fi</userinput></screen>
|
|
fi</userinput></screen>
|
|
-
|
|
|
|
|
|
+-->
|
|
<para>Fix a regression in the package that affects 32-bit architectures:</para>
|
|
<para>Fix a regression in the package that affects 32-bit architectures:</para>
|
|
|
|
|
|
<screen><userinput remap="pre">sed -e '/ia32/s/^/1:/' \
|
|
<screen><userinput remap="pre">sed -e '/ia32/s/^/1:/' \
|
|
@@ -87,6 +88,7 @@ esac</userinput></screen>
|
|
--build=$(../glibc-&glibc-version;/scripts/config.guess) \
|
|
--build=$(../glibc-&glibc-version;/scripts/config.guess) \
|
|
--disable-profile \
|
|
--disable-profile \
|
|
--enable-kernel=&min-kernel; \
|
|
--enable-kernel=&min-kernel; \
|
|
|
|
+ --enable-obsolete-rpc \
|
|
--with-headers=/tools/include \
|
|
--with-headers=/tools/include \
|
|
libc_cv_forced_unwind=yes \
|
|
libc_cv_forced_unwind=yes \
|
|
libc_cv_ctors_header=yes \
|
|
libc_cv_ctors_header=yes \
|
|
@@ -121,6 +123,15 @@ esac</userinput></screen>
|
|
</listitem>
|
|
</listitem>
|
|
</varlistentry>
|
|
</varlistentry>
|
|
|
|
|
|
|
|
+ <varlistentry>
|
|
|
|
+ <term><parameter>--enable-obsolete-rpc</parameter></term>
|
|
|
|
+ <listitem>
|
|
|
|
+ <para>This installs NIS and RPC related headers that are not
|
|
|
|
+ installed by default. They are required to build GCC and by
|
|
|
|
+ several BLFS packages.</para>
|
|
|
|
+ </listitem>
|
|
|
|
+ </varlistentry>
|
|
|
|
+
|
|
<varlistentry>
|
|
<varlistentry>
|
|
<term><parameter>--with-headers=/tools/include</parameter></term>
|
|
<term><parameter>--with-headers=/tools/include</parameter></term>
|
|
<listitem>
|
|
<listitem>
|