summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2002-05-25 15:58:22 +0000
committerwtc%netscape.com <devnull@localhost>2002-05-25 15:58:22 +0000
commit15d783302c76c65de6373da3e5bd66ad4c486b41 (patch)
tree737a5e0cfe8ca02d042218cb189b7f7cf863e621
parent692d7b3197ff7b54153a6c18a05fda4455732f55 (diff)
downloadnss-hg-NSS_3_4_2_20020528.tar.gz
Bug 142575: use the PRIVATE keyword for the /EXPORT linker option.NSS_3_4_2_BETA2NSS_3_4_2_20020528
Tag: NSS_3_4_BRANCH
-rw-r--r--security/nss/lib/nss/config.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/nss/lib/nss/config.mk b/security/nss/lib/nss/config.mk
index 607f3a215..693b6d31a 100644
--- a/security/nss/lib/nss/config.mk
+++ b/security/nss/lib/nss/config.mk
@@ -99,8 +99,8 @@ MKSHLIB += -R '$$ORIGIN'
endif
ifeq (,$(filter-out WINNT WIN95,$(OS_TARGET)))
-# Export 'mktemp' to be backward compatible with NSS 3.2.x and 3.3.x.
-# See bug 142575.
+# Export 'mktemp' to be backward compatible with NSS 3.2.x and 3.3.x
+# but do not put it in the import library. See bug 142575.
DEFINES += -DWIN32_NSS3_DLL_COMPAT
-DLLFLAGS += -EXPORT:mktemp=nss_mktemp
+DLLFLAGS += -EXPORT:mktemp=nss_mktemp,PRIVATE
endif