aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2012-12-12 18:44:55 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2012-12-12 18:44:55 +0000
commit573b8bff31b1988e9b65598fb9a33c6f1af5b9d4 (patch)
treee1dfd87cb3dd1a7b1dcb860dc45d004ac5f51317
parent495f84d1df35aa60e9303dd1f0d3b51fbf2dd042 (diff)
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
-rw-r--r--chapter01/changelog.xml5
-rw-r--r--chapter05/glibc.xml9
-rw-r--r--chapter06/glibc.xml1
3 files changed, 5 insertions, 10 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index f881773af..83761b832 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -40,6 +40,11 @@
<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
to Chris Staub for the patch.</para>
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml
index 88fde346d..e3edf9630 100644
--- a/chapter05/glibc.xml
+++ b/chapter05/glibc.xml
@@ -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 \
@@ -112,14 +111,6 @@ esac</userinput></screen>
</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>
<para>This tells Glibc to compile the library with support
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index 62f0a67d1..3431ae5d4 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -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>