summaryrefslogtreecommitdiff
path: root/xulrunner-24.0-gcc47.patch
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2014-04-23 16:30:31 +0200
committerJan Horak <jhorak@redhat.com>2014-04-23 16:30:31 +0200
commit2b5d6925fb4ebf104969b241cbb28ebc2ad02d1a (patch)
treee2d459b6699872b559635988e19814a9aa8b6af8 /xulrunner-24.0-gcc47.patch
parentBuild fix (diff)
downloadlibrewolf-fedora-ff-2b5d6925fb4ebf104969b241cbb28ebc2ad02d1a.tar.gz
librewolf-fedora-ff-2b5d6925fb4ebf104969b241cbb28ebc2ad02d1a.tar.bz2
librewolf-fedora-ff-2b5d6925fb4ebf104969b241cbb28ebc2ad02d1a.zip
Removed gcc47 patch which broke crashreporter
Diffstat (limited to 'xulrunner-24.0-gcc47.patch')
-rw-r--r--xulrunner-24.0-gcc47.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/xulrunner-24.0-gcc47.patch b/xulrunner-24.0-gcc47.patch
deleted file mode 100644
index 28de75f..0000000
--- a/xulrunner-24.0-gcc47.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -up mozilla-release/toolkit/crashreporter/client/Makefile.in.gcc47 mozilla-release/toolkit/crashreporter/client/Makefile.in
---- mozilla-release/toolkit/crashreporter/client/Makefile.in.gcc47 2013-12-09 15:12:50.659231760 +0100
-+++ mozilla-release/toolkit/crashreporter/client/Makefile.in 2013-12-09 15:13:45.448324783 +0100
-@@ -42,6 +42,9 @@ endif
-
- ifdef MOZ_WIDGET_GTK
-
-+# Needed for moz_free
-+LIBS += -L$(LIBXUL_DIST)/lib -lmozalloc
-+
- LIBS += \
- $(DEPTH)/toolkit/crashreporter/google-breakpad/src/common/linux/$(LIB_PREFIX)breakpad_linux_common_s.$(LIB_SUFFIX) \
- $(NULL)
bgstack15