From 821736ca16778d2b5daeb8573f819eb89dafecef Mon Sep 17 00:00:00 2001 From: "wtc%netscape.com" Date: Fri, 26 Apr 2002 22:42:15 +0000 Subject: [PATCH] Need to define SHLIB_SUFFIX for lib/softoken/dbinit.c. git-svn-id: svn://10.0.0.236/trunk@120020 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/security/nss/macbuild/NSSCommon.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mozilla/security/nss/macbuild/NSSCommon.h b/mozilla/security/nss/macbuild/NSSCommon.h index 3b3a94c31e5..83a54d7e315 100755 --- a/mozilla/security/nss/macbuild/NSSCommon.h +++ b/mozilla/security/nss/macbuild/NSSCommon.h @@ -2,4 +2,5 @@ #define NSPR20 1 #define MP_API_COMPATIBLE 1 -#define NSS_3_4_CODE 1 /* Remove this when we start building NSS 4.0 by default */ \ No newline at end of file +#define NSS_3_4_CODE 1 /* Remove this when we start building NSS 4.0 by default */ +#define SHLIB_SUFFIX "shlb"