diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-08-07 18:22:51 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-08-07 18:22:51 +0000 |
commit | ebe2b6e6c0ed20c0b296cb068feefd826412a706 (patch) | |
tree | 1fd44a71344d53ed54371d34f46277a5a92d17e1 /www/firefox/files/patch-bug702179 | |
parent | www/firefox-esr: update to 52.3.0 (diff) |
www/firefox: update to 55.0
This is the last release to support RUST=off. Later versions
remove non-Rust codepaths e.g., via encoding_rs.
Changes: https://www.mozilla.org/firefox/55.0/releasenotes/
PR: 216541 219963
Security: 555b244e-6b20-4546-851f-d8eb7d6c1ffa
MFH: 2017Q3
Diffstat (limited to 'www/firefox/files/patch-bug702179')
-rw-r--r-- | www/firefox/files/patch-bug702179 | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/www/firefox/files/patch-bug702179 b/www/firefox/files/patch-bug702179 index bb642382dfd8..0c998526736e 100644 --- a/www/firefox/files/patch-bug702179 +++ b/www/firefox/files/patch-bug702179 @@ -1,13 +1,12 @@ ---- js/src/moz.build.orig 2015-12-16 12:32:04.574425000 +0100 -+++ js/src/moz.build 2015-12-16 12:32:09.032032000 +0100 -@@ -671,10 +671,6 @@ CFLAGS += CONFIG['MOZ_ICU_CFLAGS'] - CXXFLAGS += CONFIG['MOZ_ICU_CFLAGS'] - LOCAL_INCLUDES += CONFIG['MOZ_ICU_INCLUDES'] +Don't build static JS lib to make sure DTrace probes are picked up. + +--- js/src/build/moz.build.orig 2017-04-16 18:00:50 UTC ++++ js/src/build/moz.build +@@ -71,7 +71,3 @@ if CONFIG['OS_ARCH'] == 'SunOS': + ] + OS_LIBS += CONFIG['REALTIME_LIBS'] +- -NO_EXPAND_LIBS = True - -DIST_INSTALL = True -- - # Prepare self-hosted JS code for embedding - GENERATED_FILES += ['selfhosted.out.h'] - selfhosted = GENERATED_FILES['selfhosted.out.h'] |