diff options
Diffstat (limited to 'unmaintained/thunderbird/jemalloc-libs.patch')
-rw-r--r-- | unmaintained/thunderbird/jemalloc-libs.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/unmaintained/thunderbird/jemalloc-libs.patch b/unmaintained/thunderbird/jemalloc-libs.patch new file mode 100644 index 0000000000..e7968986b6 --- /dev/null +++ b/unmaintained/thunderbird/jemalloc-libs.patch @@ -0,0 +1,11 @@ +--- ./mail/app/Makefile.in.orig ++++ ./mail/app/Makefile.in +@@ -172,8 +172,6 @@ + RCFLAGS += -DTHUNDERBIRD_ICO=\"$(DIST)/branding/thunderbird.ico\" + endif + +-LIBS += $(JEMALLOC_LIBS) +- + include $(topsrcdir)/config/rules.mk + + ifdef MOZILLA_OFFICIAL |