summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormkaply%us.ibm.com <devnull@localhost>2004-05-07 12:57:44 +0000
committermkaply%us.ibm.com <devnull@localhost>2004-05-07 12:57:44 +0000
commit3cb84b679f1cb95a682afdc5c8f89c3a048ff17c (patch)
treeeb6771cb852a7504a680a7169ac7a38aeacc0f13
parent7c8d0b685bc594f53d2b3c6e3861d81789b2f50d (diff)
downloadnss-hg-3cb84b679f1cb95a682afdc5c8f89c3a048ff17c.tar.gz
#2410784
r=mkaply, sr=wtc, a=mkaply Patch from jpierre - DLL_SUFFIX needs to be uppercase on OS/2 since the OS calls always return upper case
-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