From 8723724f1dee5a912b90b7bbaef9fe07a4b3e129 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 17 Jul 2011 20:59:58 +0200 Subject: Enigmail 1.2 for Thunderbird 5.0 --- remove-static.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 remove-static.patch (limited to 'remove-static.patch') diff --git a/remove-static.patch b/remove-static.patch deleted file mode 100644 index 9cc94fb..0000000 --- a/remove-static.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -up comm-1.9.2/mozilla/toolkit/crashreporter/google-breakpad/src/tools/linux/dump_syms/Makefile.in.static comm-1.9.2/mozilla/toolkit/crashreporter/google-breakpad/src/tools/linux/dump_syms/Makefile.in ---- comm-1.9.2/mozilla/toolkit/crashreporter/google-breakpad/src/tools/linux/dump_syms/Makefile.in.static 2010-06-23 19:47:11.000000000 +0200 -+++ comm-1.9.2/mozilla/toolkit/crashreporter/google-breakpad/src/tools/linux/dump_syms/Makefile.in 2010-07-12 15:51:41.000000000 +0200 -@@ -64,6 +64,6 @@ FORCE_USE_PIC = 1 - - #XXX: bug 554854 causes us to be unable to run binaries on the build slaves - # due to them having an older libstdc++ --HOST_LDFLAGS += -static -+#HOST_LDFLAGS += -static - - include $(topsrcdir)/config/rules.mk -- cgit