Author: matthew
Date: 2012-12-12 11:44:55 -0700 (Wed, 12 Dec 2012)
New Revision: 10060

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter05/glibc.xml
   trunk/BOOK/chapter06/glibc.xml
Log:
Remove redundant --enable-addons parameter to Glibc's configure script. Fixes 
#3241.

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2012-12-12 18:43:43 UTC (rev 10059)
+++ trunk/BOOK/chapter01/changelog.xml  2012-12-12 18:44:55 UTC (rev 10060)
@@ -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>

Modified: trunk/BOOK/chapter05/glibc.xml
===================================================================
--- trunk/BOOK/chapter05/glibc.xml      2012-12-12 18:43:43 UTC (rev 10059)
+++ trunk/BOOK/chapter05/glibc.xml      2012-12-12 18:44:55 UTC (rev 10060)
@@ -84,7 +84,6 @@
       --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 @@
       </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

Modified: trunk/BOOK/chapter06/glibc.xml
===================================================================
--- trunk/BOOK/chapter06/glibc.xml      2012-12-12 18:43:43 UTC (rev 10059)
+++ trunk/BOOK/chapter06/glibc.xml      2012-12-12 18:44:55 UTC (rev 10060)
@@ -127,7 +127,6 @@
 <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>
 

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to