mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Seamonkey: disable elf-hack because of binutils-2.36+.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24221 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
6a1fb0618f
commit
0c3d3e53ba
@ -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 -->
|
||||
|
@ -41,6 +41,17 @@
|
||||
</itemizedlist>
|
||||
</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>
|
||||
|
@ -227,6 +227,11 @@ ac_add_options --with-system-nspr
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user