From 009493ac4de7dbdef8c4675239e70df70f60da7b Mon Sep 17 00:00:00 2001 From: "wtc%netscape.com" Date: Sat, 25 May 2002 15:58:22 +0000 Subject: [PATCH] Bug 142575: use the PRIVATE keyword for the /EXPORT linker option. Tag: NSS_3_4_BRANCH git-svn-id: svn://10.0.0.236/branches/NSS_3_4_BRANCH@122168 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/security/nss/lib/nss/config.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mozilla/security/nss/lib/nss/config.mk b/mozilla/security/nss/lib/nss/config.mk index 607f3a21533..693b6d31a15 100644 --- a/mozilla/security/nss/lib/nss/config.mk +++ b/mozilla/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