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