Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (d09c61597920decfca5c30a669630b2baa67eb8a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (d09c61597920decfca5c30a669630b2baa67eb8a)
  • Date: Fri, 6 Mar 2015 21:50:53 -0600

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

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

New commits:
commit d09c61597920decfca5c30a669630b2baa67eb8a
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

http/firefox: yet another fix of LDFLAGS in BUILD

diff --git a/http/firefox/BUILD b/http/firefox/BUILD
index adbf026..8a649a9 100755
--- a/http/firefox/BUILD
+++ b/http/firefox/BUILD
@@ -23,7 +23,7 @@ CXXFLAGS="${CXXFLAGS//-O3/-O2}" &&
# fix symbol check in build scripts, firefox adds -s to LDFLAGS so we can
# remove it here without changing anything...
#
-LDFLAGS="${LDFLAGS//,-s/}" &&
+LDFLAGS="${LDFLAGS// -s/}" &&

#
# Avoid buggy GCC 4.6 AVX code generation, which breaks libxul
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 349377d..d737694 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,5 +1,6 @@
2015-03-06 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: updated spell to 36.0.1, SECURITY_PATCH++
+ * BUILD: yet another fix of LDFLAGS

2015-02-24 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 36.0, SECURITY_PATCH++



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (d09c61597920decfca5c30a669630b2baa67eb8a), Pavel Vinogradov, 03/06/2015

Archive powered by MHonArc 2.6.24.

Top of Page