summaryrefslogtreecommitdiff
path: root/libre/thunderbird-libre/thunderbird-shared-error.patch
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-03-09 17:10:58 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-03-09 17:10:58 -0300
commit9de46d667642c4347414e7feb49582fd3538b008 (patch)
tree1ebf7e32cff0ab3d6340d73b87d32bd70295ce32 /libre/thunderbird-libre/thunderbird-shared-error.patch
parentf078deb8b369742fb70acb7c0894af41cafd983b (diff)
parent0fda9e0a8501d54972674e1c9232c7f2a0160fac (diff)
downloadabslibre-9de46d667642c4347414e7feb49582fd3538b008.tar.gz
abslibre-9de46d667642c4347414e7feb49582fd3538b008.tar.bz2
abslibre-9de46d667642c4347414e7feb49582fd3538b008.zip
Merge branch 'master' of ssh://vparabola/srv/git/projects/abslibre
Diffstat (limited to 'libre/thunderbird-libre/thunderbird-shared-error.patch')
-rw-r--r--libre/thunderbird-libre/thunderbird-shared-error.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/libre/thunderbird-libre/thunderbird-shared-error.patch b/libre/thunderbird-libre/thunderbird-shared-error.patch
new file mode 100644
index 000000000..ae41bbc1e
--- /dev/null
+++ b/libre/thunderbird-libre/thunderbird-shared-error.patch
@@ -0,0 +1,15 @@
+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
+
+ # On mozilla-central, packager.mk uses core_abspath to redefine DIST
+ # As the comm-central config.mk doesn't set it, do it ourselves instead