2009-12-08 13:41:27 +01:00
|
|
|
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:
|
|
|
|
|
2010-07-24 17:36:48 +02:00
|
|
|
diff --git a/mail/app/Makefile.in b/mail/app/Makefile.in
|
|
|
|
--- a/mail/app/Makefile.in
|
|
|
|
+++ b/mail/app/Makefile.in
|
2014-07-28 15:29:31 +02:00
|
|
|
@@ -54,16 +54,17 @@ LOCAL_INCLUDES += \
|
|
|
|
-I$(MOZILLA_SRCDIR)/xpcom/build \
|
2012-06-06 08:41:25 +02:00
|
|
|
$(NULL)
|
2012-02-01 15:14:46 +01:00
|
|
|
|
2012-06-06 08:41:25 +02:00
|
|
|
DEFINES += -DXPCOM_GLUE
|
|
|
|
STL_FLAGS=
|
2011-08-02 14:57:20 +02:00
|
|
|
|
2010-07-24 17:36:48 +02:00
|
|
|
LIBS += \
|
2011-12-20 09:05:23 +01:00
|
|
|
$(XPCOM_STANDALONE_GLUE_LDOPTS) \
|
2009-12-08 13:41:27 +01:00
|
|
|
+ $(NSSHELPER_LIBS) \
|
|
|
|
$(NULL)
|
|
|
|
|
2012-06-06 08:41:25 +02:00
|
|
|
ifdef MOZ_LINKER
|
2012-11-20 22:23:42 +01:00
|
|
|
LIBS += $(MOZ_ZLIB_LIBS)
|
2011-09-26 15:57:38 +02:00
|
|
|
endif
|
2010-07-24 17:36:48 +02:00
|
|
|
|
2012-06-06 08:41:25 +02:00
|
|
|
ifndef MOZ_WINCONSOLE
|
|
|
|
ifdef MOZ_DEBUG
|