Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (195dabac66dc317bb9efcdf4b7d9b442df2e3d6e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (195dabac66dc317bb9efcdf4b7d9b442df2e3d6e)
  • Date: Tue, 27 Sep 2016 20:44:24 +0000

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

http/firefox-esr/HISTORY | 2 ++
http/firefox-esr/PRE_BUILD | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 195dabac66dc317bb9efcdf4b7d9b442df2e3d6e
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

firefox-esr: make it build again using -fno-strict-aliasing (for gcc 6)

diff --git a/http/firefox-esr/HISTORY b/http/firefox-esr/HISTORY
index 51cb795..6160181 100644
--- a/http/firefox-esr/HISTORY
+++ b/http/firefox-esr/HISTORY
@@ -1,5 +1,7 @@
2016-09-27 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: bump to 45.4.0esr, SECURITY_PATCH++
+ * PRE_BUILD: try -fno-strict-aliasing to fix crash on install
+ with gcc6 (justification: it works)

2016-09-05 Thomas Orgis <sobukus AT sourcemage.org>
* DEPENDS: import the proper list of gstreamer-1.0 deps from
diff --git a/http/firefox-esr/PRE_BUILD b/http/firefox-esr/PRE_BUILD
index 526f597..4775a64 100755
--- a/http/firefox-esr/PRE_BUILD
+++ b/http/firefox-esr/PRE_BUILD
@@ -12,7 +12,7 @@ cp -v $SPELL_DIRECTORY/mozconfig .mozconfig &&
if is_version_less "$(gcc --version | head -n 1 | cut -f 3 -d ' ')" 6; then
echo 'ac_add_options --enable-optimize="${CXXFLAGS} -fno-fast-math
-fpermissive"' >> .mozconfig
else
- echo 'ac_add_options --enable-optimize="${CXXFLAGS} -fno-fast-math
-fpermissive -flifetime-dse=1"' >> .mozconfig
+ echo 'ac_add_options --enable-optimize="${CXXFLAGS} -fno-fast-math
-fpermissive -flifetime-dse=1 -fno-strict-aliasing"' >> .mozconfig
fi &&

if [[ "$FIREFOX_SAFE" == "y" ]]; then



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (195dabac66dc317bb9efcdf4b7d9b442df2e3d6e), Thomas Orgis, 09/27/2016

Archive powered by MHonArc 2.6.24.

Top of Page