Unix and Mac platforms need to load librdb.* not rdb.*.

git-svn-id: svn://10.0.0.236/trunk@131703 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
relyea%netscape.com
2002-10-10 20:11:09 +00:00
parent e16188c400
commit 346d28c2bf
2 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@
* may use your version of this file under either the MPL or the
* GPL.
*
# $Id: dbinit.c,v 1.16 2002-09-06 00:27:48 wtc%netscape.com Exp $
# $Id: dbinit.c,v 1.17 2002-10-10 20:11:09 relyea%netscape.com Exp $
*/
#include <ctype.h>
@@ -275,7 +275,7 @@ static int rdbmapflags(int flags);
static rdbfunc pk11_rdbfunc;
/* NOTE: SHLIB_SUFFIX is defined on the command line */
#define RDBLIB "rdb."SHLIB_SUFFIX
#define RDBLIB SHLIB_PREFIX"rdb."SHLIB_SUFFIX
DB * rdbopen(const char *appName, const char *prefix,
const char *type, int flags)

View File

@@ -40,7 +40,7 @@ LIBRARY_NAME = softokn
LIBRARY_VERSION = 3
MAPFILE = $(OBJDIR)/softokn.def
DEFINES += -DSHLIB_SUFFIX=\"$(DLL_SUFFIX)\"
DEFINES += -DSHLIB_SUFFIX=\"$(DLL_SUFFIX)\" -DSHLIB_PREFIX=\"$(DLL_PREFIX)\"
EXPORTS = \