diff options
author | Remi Collet <fedora@famillecollet.com> | 2011-04-30 16:08:29 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2011-04-30 16:08:29 +0200 |
commit | 729c17e0ad1e9d1d540f2669cbd072a8afc139c2 (patch) | |
tree | 0cca2f05cb3fac9367e49bfda39876b031ad9cc6 /thunderbird-shared-error.patch | |
parent | 036a7f0c7e7bd2606b048a34f8a12c739ee1c813 (diff) |
thunderbird, sync with rawhide, update to 3.1.10
Diffstat (limited to 'thunderbird-shared-error.patch')
-rw-r--r-- | thunderbird-shared-error.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/thunderbird-shared-error.patch b/thunderbird-shared-error.patch deleted file mode 100644 index 2869fd8..0000000 --- a/thunderbird-shared-error.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff -up comm-central/mail/installer/Makefile.in.shared-error comm-central/mail/installer/Makefile.in ---- comm-central/mail/installer/Makefile.in.shared-error 2009-09-16 13:47:43.000000000 +0200 -+++ comm-central/mail/installer/Makefile.in 2009-09-16 13:48:25.000000000 +0200 -@@ -95,9 +95,11 @@ endif - # mozconfig instead. - ifndef MAIL_PKG_SHARED - ifndef BUILD_STATIC_LIBS -+ifeq (BUILD_STATIC_LIBS, 1) - $(error you need an "--enable-static" build to package a build) - endif - endif -+endif - - include $(MOZILLA_SRCDIR)/toolkit/mozapps/installer/packager.mk - - |