remove obsolete patch firefox68
authorWolfgang Rosenauer <wr@rosenauer.org>
Thu, 05 Sep 2019 08:27:16 +0200
branchfirefox68
changeset 1102 3f648b714230
parent 1101 a4709640638e
child 1105 611baabe5b83
remove obsolete patch
mozilla-no-stdcxx-check.patch
--- a/mozilla-no-stdcxx-check.patch	Thu Sep 05 08:03:30 2019 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-# HG changeset patch
-# User Wolfgang Rosenauer <wr@rosenauer.org>
-# Parent  f62746698c37af9593338fe75fbff6b319cd370c
-
-diff --git a/config/config.mk b/config/config.mk
---- a/config/config.mk
-+++ b/config/config.mk
-@@ -471,17 +471,16 @@ ifeq ($(MOZ_WIDGET_TOOLKIT),android)
- # of the linker command line), if libmozglue.so ends up after libc.so, all
- # hell breaks loose, so better safe than sorry, and check it's actually the
- # case.
- CHECK_MOZGLUE_ORDER = @$(TOOLCHAIN_PREFIX)readelf -d $(1) | grep NEEDED | awk '{ libs[$$NF] = ++n } END { if (libs["[libmozglue.so]"] && libs["[libc.so]"] < libs["[libmozglue.so]"]) { print "libmozglue.so must be linked before libc.so"; exit 1 } }'
- endif
- 
- define CHECK_BINARY
- $(call CHECK_GLIBC,$(1))
--$(call CHECK_STDCXX,$(1))
- $(call CHECK_TEXTREL,$(1))
- $(call LOCAL_CHECKS,$(1))
- $(call CHECK_MOZGLUE_ORDER,$(1))
- endef
- 
- # autoconf.mk sets OBJ_SUFFIX to an error to avoid use before including
- # this file
- OBJ_SUFFIX := $(_OBJ_SUFFIX)