Author: ken Date: Sun Feb 14 12:24:01 2021 New Revision: 24221 Log: Seamonkey: disable elf-hack because of binutils-2.36+.
Modified: trunk/BOOK/general.ent trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/xsoft/graphweb/seamonkey.xml Modified: trunk/BOOK/general.ent ============================================================================== --- trunk/BOOK/general.ent Sun Feb 14 09:39:11 2021 (r24220) +++ trunk/BOOK/general.ent Sun Feb 14 12:24:01 2021 (r24221) @@ -1,12 +1,12 @@ <!-- $LastChangedBy$ $Date$ --> -<!ENTITY day "13"> <!-- Always 2 digits --> +<!ENTITY day "14"> <!-- 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 13th, &year;"> +<!ENTITY releasedate "February 14th, &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 09:39:11 2021 (r24220) +++ trunk/BOOK/introduction/welcome/changelog.xml Sun Feb 14 12:24:01 2021 (r24221) @@ -42,6 +42,17 @@ </listitem> --> <listitem> + <para>February 14th, 2021</para> + <itemizedlist> + <listitem> + <para>[ken] - In seamonkey mention the elf-hack and default to + disabling it because of binutils-2.36+. Fixes + <ulink url="&blfs-ticket-root;14653">#14653</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>February 13th, 2021</para> <itemizedlist> <listitem> Modified: trunk/BOOK/xsoft/graphweb/seamonkey.xml ============================================================================== --- trunk/BOOK/xsoft/graphweb/seamonkey.xml Sun Feb 14 09:39:11 2021 (r24220) +++ trunk/BOOK/xsoft/graphweb/seamonkey.xml Sun Feb 14 12:24:01 2021 (r24221) @@ -227,6 +227,11 @@ ac_add_options --with-system-nss ac_add_options --with-system-webp +# The elf-hack is reported to cause failed installs (after successful builds) +# on some machines. It is supposed to improve startup time and it shrinks +# libxul.so 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 ac_add_options --enable-application=comm/suite -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page