summaryrefslogtreecommitdiff
path: root/security/nss/lib/ssl/config.mk
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2000-12-29 02:47:16 +0000
committerwtc%netscape.com <devnull@localhost>2000-12-29 02:47:16 +0000
commitf55dde43de70f9e17e6bd59154b8a4c96eebfeee (patch)
tree9381e052daf472783df2f7dc8c2bec16b6510d72 /security/nss/lib/ssl/config.mk
parent059bc8080d41073cef7cf231adc4173ba88e421b (diff)
downloadnss-hg-f55dde43de70f9e17e6bd59154b8a4c96eebfeee.tar.gz
I found that the Windows linker 'link' pulls from an archive library only
the object files needed to resolve referenced symbols, so we will need to link with the objects directly as we do on Unix. As a result, nss3.dll needs to export more (PKCS7) symbols, needed by the new PKCS12 objects that are linked into smime3.dll. Modified Files: coreconf/rules.mk nss/lib/nss/config.mk nss/lib/smime/config.mk nss/lib/ssl/config.mk
Diffstat (limited to 'security/nss/lib/ssl/config.mk')
-rw-r--r--security/nss/lib/ssl/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/lib/ssl/config.mk b/security/nss/lib/ssl/config.mk
index b135871fa..c62151047 100644
--- a/security/nss/lib/ssl/config.mk
+++ b/security/nss/lib/ssl/config.mk
@@ -50,7 +50,7 @@ IMPORT_LIBRARY = $(OBJDIR)/$(LIBRARY_NAME)$(LIBRARY_VERSION).lib
DLLFLAGS += -DEF:ssl.def
-EXTRA_LIBS += \
+EXTRA_SHARED_LIBS += \
$(DIST)/lib/nss3.lib \
$(DIST)/lib/$(NSPR31_LIB_PREFIX)plc4.lib \
$(DIST)/lib/$(NSPR31_LIB_PREFIX)plds4.lib \