Skip to Content.
Sympa Menu

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

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 (86232d8f07c3ca2b04aa8c336011c010966fa2c2)
  • Date: Sun, 28 Jan 2018 06:42:04 +0000

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

http/firefox/BUILD | 3 ---
http/firefox/HISTORY | 5 ++++-
2 files changed, 4 insertions(+), 4 deletions(-)

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

http/firefox: enabled stylo building

diff --git a/http/firefox/BUILD b/http/firefox/BUILD
index 84a1354..f10c94a 100755
--- a/http/firefox/BUILD
+++ b/http/firefox/BUILD
@@ -46,9 +46,6 @@ if [[ $gccmajor == "4" ]] && [[ $gccminor -ge "6" ]]; then
CXXFLAGS="${CXXFLAGS//-mavx} -mno-avx"
fi

-# Stylo can't find some system libraries for now
-OPTS+=" --disable-stylo" &&
-
for option in $OPTS; do
echo "ac_add_options $option" >> .mozconfig
done &&
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 1041496..19b0dcc 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,6 @@
+2018-01-28 Pavel Vinogradov <public AT sourcemage.org>
+ * BUILD: stylo can be built with system libraries from now on
+
2018-01-23 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 58.0, SECURITY_PATCH+++,
(CVE-2018-5092, CVE-2018-5093, CVE-2018-5094, CVE-2018-5095,
@@ -8,7 +11,7 @@
CVE-2018-5113, CVE-2018-5114, CVE-2018-5115, CVE-2018-5116,
CVE-2018-5117, CVE-2018-5118, CVE-2018-5119, CVE-2018-5121,
CVE-2018-5122, CVE-2018-5090, CVE-2018-5089)
- * BUILD, INSTALLL; switched to Mozilla's mach build system
+ * BUILD, INSTALL; switched to Mozilla's mach build system
* DEPENDS: now needs 3.35.x branch of nss
* mozconfig: removed --with-default-mozilla-five-home flag
* patches/200*: updated



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (86232d8f07c3ca2b04aa8c336011c010966fa2c2), Pavel Vinogradov, 01/28/2018

Archive powered by MHonArc 2.6.24.

Top of Page