From 28a23a9e45213bfa33fa9a01309e6cc489bbbaa4 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 2 Aug 2020 15:13:23 +0200 Subject: extra/firefox: repatched for 79.0 --- .../rust-static-disable-network-test-on-static-libraries.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'extra/firefox/rust-static-disable-network-test-on-static-libraries.patch') diff --git a/extra/firefox/rust-static-disable-network-test-on-static-libraries.patch b/extra/firefox/rust-static-disable-network-test-on-static-libraries.patch index 2ce3ce16..7bcbde2a 100644 --- a/extra/firefox/rust-static-disable-network-test-on-static-libraries.patch +++ b/extra/firefox/rust-static-disable-network-test-on-static-libraries.patch @@ -1,5 +1,5 @@ ---- firefox-77.0.1/config/makefiles/rust.mk 2020-06-03 03:04:50.000000000 +0200 -+++ firefox-77.0.1-rust-static-disable-network-test-on-static-libraries-patch/config/makefiles/rust.mk 2020-06-04 16:37:14.534723243 +0200 +--- firefox-79.0/config/makefiles/rust.mk 2020-07-21 00:49:36.000000000 +0200 ++++ firefox-79.0-rust-static-disable-network-test-on-static-libraries-patch/config/makefiles/rust.mk 2020-08-02 13:56:36.118444982 +0200 @@ -299,15 +299,15 @@ # the chance of proxy bypasses originating from rust code. # The check only works when rust code is built with -Clto. @@ -8,7 +8,7 @@ -ifeq ($(OS_ARCH), Linux) -ifeq (,$(rustflags_sancov)$(MOZ_ASAN)$(MOZ_TSAN)$(MOZ_UBSAN)) -ifneq (,$(filter -Clto,$(cargo_rustc_flags))) -- $(call py3_action,check_binary,--target --networking $@) +- $(call py_action,check_binary,--target --networking $@) -endif -endif -endif @@ -17,7 +17,7 @@ +#ifeq ($(OS_ARCH), Linux) +#ifeq (,$(rustflags_sancov)$(MOZ_ASAN)$(MOZ_TSAN)$(MOZ_UBSAN)) +#ifneq (,$(filter -Clto,$(cargo_rustc_flags))) -+# $(call py3_action,check_binary,--target --networking $@) ++# $(call py_action,check_binary,--target --networking $@) +#endif +#endif +#endif -- cgit v1.2.3-70-g09d2