diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-08-08 16:26:17 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-08-08 16:27:06 +0200 |
commit | 6ea0fe993d2be73882d7eca1042fae64e0bd1259 (patch) | |
tree | 3964c794e52f3785e000208b96719c5c21ca3e0a /main/xulrunner/no-stab.patch | |
parent | 698115192917ec7c3b7d56a83f428ab6a57c0f23 (diff) | |
download | aports-6ea0fe993d2be73882d7eca1042fae64e0bd1259.tar.bz2 aports-6ea0fe993d2be73882d7eca1042fae64e0bd1259.tar.xz |
main/xulrunner: upgrade to 23.0
Diffstat (limited to 'main/xulrunner/no-stab.patch')
-rw-r--r-- | main/xulrunner/no-stab.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/main/xulrunner/no-stab.patch b/main/xulrunner/no-stab.patch new file mode 100644 index 0000000000..76ad5b62c0 --- /dev/null +++ b/main/xulrunner/no-stab.patch @@ -0,0 +1,14 @@ +--- ./toolkit/crashreporter/google-breakpad/src/common/Makefile.in.orig 2013-07-18 13:40:27.554068574 -0400 ++++ ./toolkit/crashreporter/google-breakpad/src/common/Makefile.in 2013-07-18 13:45:20.217384653 -0400 +@@ -77,10 +77,7 @@ TARGET_LOCAL_INCLUDES += -I$(topsrcdir)/ + DEFINES += -DNO_STABS_SUPPORT + else + ifneq (WINNT,$(OS_TARGET)) +-CPPSRCS += \ +- stabs_to_module.cc \ +- stabs_reader.cc \ +- $(NULL) ++DEFINES += -DNO_STABS_SUPPORT + endif + endif + |