Browse Source

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
Matthew Burgess 12 năm trước cách đây
mục cha
commit
573b8bff31
3 tập tin đã thay đổi với 5 bổ sung10 xóa
  1. 5 0
      chapter01/changelog.xml
  2. 0 9
      chapter05/glibc.xml
  3. 0 1
      chapter06/glibc.xml

+ 5 - 0
chapter01/changelog.xml

@@ -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

+ 0 - 9
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                       \
@@ -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>

+ 0 - 1
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>