mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
Remove redundant --enable-addons parameter to Glibc's configure script. Fixes #3241.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10060 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
495f84d1df
commit
573b8bff31
@ -39,6 +39,11 @@
|
||||
<listitem>
|
||||
<para>2012-12-12</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[matthew] - Remove redundant --enable-addons parameter to
|
||||
Glibc's configure script. Fixes
|
||||
<ulink url="&lfs-ticket-root;3241">#3241</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[matthew] - Update IRC server information. Fixes
|
||||
<ulink url="&lfs-ticket-root;3240">#3240</ulink>. Thanks
|
||||
|
@ -84,7 +84,6 @@ esac</userinput></screen>
|
||||
--host=$LFS_TGT \
|
||||
--build=$(../glibc-&glibc-version;/scripts/config.guess) \
|
||||
--disable-profile \
|
||||
--enable-add-ons \
|
||||
--enable-kernel=2.6.25 \
|
||||
--with-headers=/tools/include \
|
||||
libc_cv_forced_unwind=yes \
|
||||
@ -111,14 +110,6 @@ esac</userinput></screen>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><parameter>--enable-add-ons</parameter></term>
|
||||
<listitem>
|
||||
<para>This tells Glibc to use the NPTL add-on as its threading
|
||||
library.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><parameter>--enable-kernel=2.6.25</parameter></term>
|
||||
<listitem>
|
||||
|
@ -127,7 +127,6 @@ esac</userinput></screen>
|
||||
<screen><userinput remap="configure">../glibc-&glibc-version;/configure \
|
||||
--prefix=/usr \
|
||||
--disable-profile \
|
||||
--enable-add-ons \
|
||||
--enable-kernel=2.6.25 \
|
||||
--libexecdir=/usr/lib/glibc</userinput></screen>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user