From 0c3d3e53ba8c09e75c41615a8aecd366ae3d70f3 Mon Sep 17 00:00:00 2001 From: Ken Moffat Date: Sun, 14 Feb 2021 20:24:01 +0000 Subject: [PATCH] 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 --- general.ent | 4 ++-- introduction/welcome/changelog.xml | 11 +++++++++++ xsoft/graphweb/seamonkey.xml | 5 +++++ 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/general.ent b/general.ent index 437cecfe36..7e129f2a27 100644 --- a/general.ent +++ b/general.ent @@ -1,12 +1,12 @@ - + - + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index f92141b3bb..1469a75114 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -41,6 +41,17 @@ --> + + February 14th, 2021 + + + [ken] - In seamonkey mention the elf-hack and default to + disabling it because of binutils-2.36+. Fixes + #14653. + + + + February 13th, 2021 diff --git a/xsoft/graphweb/seamonkey.xml b/xsoft/graphweb/seamonkey.xml index 98b6df9766..65ecee4dee 100644 --- a/xsoft/graphweb/seamonkey.xml +++ b/xsoft/graphweb/seamonkey.xml @@ -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