c34ff70793
* based on Gecko 31 * Autocompleting email addresses now matches against any part of the name or email * Composing a mail to a newsgroup will now autocomplete newsgroup names * Insecure NTLM (pre-NTLMv2) authentication disabled - rebased patches - removed enigmail entirely from source package - removed obsolete patches * libffi-ppc64le.patch * ppc64le-support.patch * xpcom-ppc64le.patch - use GStreamer 1.0 after 13.1 - switched source archives to use xz instead of bz2 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaThunderbird?expand=0&rev=251
28 lines
639 B
Diff
28 lines
639 B
Diff
From: Hans Petter Jansson <hpj@copyleft.no>
|
|
Wolfgang Rosenauer <wr@rosenauer.org>
|
|
Subject: use libnsssharedhelper if available at compile time
|
|
(can be disabled by exporting MOZ_XRE_NO_NSSHELPER=1)
|
|
References:
|
|
|
|
diff --git a/mail/app/Makefile.in b/mail/app/Makefile.in
|
|
--- a/mail/app/Makefile.in
|
|
+++ b/mail/app/Makefile.in
|
|
@@ -54,16 +54,17 @@ LOCAL_INCLUDES += \
|
|
-I$(MOZILLA_SRCDIR)/xpcom/build \
|
|
$(NULL)
|
|
|
|
DEFINES += -DXPCOM_GLUE
|
|
STL_FLAGS=
|
|
|
|
LIBS += \
|
|
$(XPCOM_STANDALONE_GLUE_LDOPTS) \
|
|
+ $(NSSHELPER_LIBS) \
|
|
$(NULL)
|
|
|
|
ifdef MOZ_LINKER
|
|
LIBS += $(MOZ_ZLIB_LIBS)
|
|
endif
|
|
|
|
ifndef MOZ_WINCONSOLE
|
|
ifdef MOZ_DEBUG
|