thunderbird/thunderbird-shared-error.patch

16 lines
632 B
Diff
Raw Normal View History

2009-09-22 09:12:07 +00:00
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
2009-07-21 11:43:08 +00:00
# mozconfig instead.
ifndef MAIL_PKG_SHARED
ifndef BUILD_STATIC_LIBS
2009-03-02 12:57:03 +00:00
+ifeq (BUILD_STATIC_LIBS, 1)
2009-07-21 11:43:08 +00:00
$(error you need an "--enable-static" build to package a build)
2009-03-02 12:57:03 +00:00
endif
endif
+endif
2009-09-17 21:13:05 +00:00
# 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