summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwchang0222%aol.com <devnull@localhost>2004-10-16 00:11:52 +0000
committerwchang0222%aol.com <devnull@localhost>2004-10-16 00:11:52 +0000
commitbf3909fa2d8c0b0df9c95e137c0e0dec8d5aa3be (patch)
treee9f94f59224c635b87f28fc619823d5ef7641533
parent97cc01c56775524ad496dc3c123652607fbba625 (diff)
downloadnss-hg-bf3909fa2d8c0b0df9c95e137c0e0dec8d5aa3be.tar.gz
Bugzilla bug 263567: upgraded from NSS 3.9.3 Beta 3 (roughly) to what willTHUNDERBIRD_0_9_RELEASEFIREFOX_1_0_RC2_RELEASEFIREFOX_1_0_RC1
hopefully be NSS 3.9.3 RTM. a=asa. Tag: AVIARY_1_0_20040515_BRANCH
-rw-r--r--security/coreconf/OS2.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/coreconf/OS2.mk b/security/coreconf/OS2.mk
index a8eed088f..5b3b51d0b 100644
--- a/security/coreconf/OS2.mk
+++ b/security/coreconf/OS2.mk
@@ -54,7 +54,8 @@ LIB_PREFIX = $(NULL)
# Override suffix in suffix.mk
LIB_SUFFIX = lib
-DLL_SUFFIX = dll
+# the DLL_SUFFIX must be uppercase for FIPS mode to work. bugzilla 240784
+DLL_SUFFIX = DLL
PROG_SUFFIX = .exe