Author: ken
Date: Mon Feb 15 08:02:38 2021
New Revision: 24226

Log:
Thunderbird: disable elf-hack to ensure successful build.

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/xsoft/other/thunderbird.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Sun Feb 14 22:16:28 2021        (r24225)
+++ trunk/BOOK/general.ent      Mon Feb 15 08:02:38 2021        (r24226)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "14">                   <!-- Always 2 digits -->
+<!ENTITY day          "15">                   <!-- Always 2 digits -->
 <!ENTITY month        "02">                   <!-- Always 2 digits -->
 <!ENTITY year         "2021">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "February 14th, &year;">
+<!ENTITY releasedate  "February 15th, &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "development">          <!-- x.y|development -->

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Sun Feb 14 22:16:28 
2021        (r24225)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Mon Feb 15 08:02:38 
2021        (r24226)
@@ -42,6 +42,16 @@
     </listitem>
     -->
    <listitem>
+     <para>February 15th, 2021</para>
+     <itemizedlist>
+       <listitem>
+         <para>[ken] - Default to disabling the elf-hack in thunderbird,
+         to ensure successful builds.</para>
+       </listitem>
+      </itemizedlist>
+    </listitem>
+
+   <listitem>
      <para>February 14th, 2021</para>
      <itemizedlist>
        <listitem>

Modified: trunk/BOOK/xsoft/other/thunderbird.xml
==============================================================================
--- trunk/BOOK/xsoft/other/thunderbird.xml      Sun Feb 14 22:16:28 2021        
(r24225)
+++ trunk/BOOK/xsoft/other/thunderbird.xml      Mon Feb 15 08:02:38 2021        
(r24226)
@@ -196,8 +196,8 @@
 -->
 # The elf-hack causes failed installs on some machines.
 # It is supposed to improve startup time and it shrinks libxul.so
-# by a few MB - Uncomment this if your machine is affected.
-#ac_add_options --disable-elf-hack
+# by a few MB - comment this if you know your machine is not affected.
+ac_add_options --disable-elf-hack
 
 # The BLFS editors recommend not changing anything below this line:
 ac_add_options --prefix=/usr
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to