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:
@@ -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)
|
||||
|
||||
@@ -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 = \
|
||||
|
||||
Reference in New Issue
Block a user