Module: sip-router Branch: janakj/bdb Commit: 193d6c229d9afc5b60ba16f846112405ce5b247b URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=193d6c22...
Author: Jan Janak jan@iptel.org Committer: Jan Janak jan@iptel.org Date: Thu Feb 19 12:41:26 2009 +0100
Link the modules also with libsrdb1
---
modules/db_berkeley/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/db_berkeley/Makefile b/modules/db_berkeley/Makefile index 723bc6f..3d37368 100644 --- a/modules/db_berkeley/Makefile +++ b/modules/db_berkeley/Makefile @@ -17,6 +17,6 @@ DEFS +=-DSER_MOD_INTERFACE -I$(LOCALBASE)/include -I$(LOCALBASE)/BerkeleyDB.4.6/ LIBS=-L$(LOCALBASE)/lib -L$(SYSBASE)/lib -L$(LOCALBASE)/BerkeleyDB.4.6/lib -ldb
SERLIBPATH=../../lib -SER_LIBS=$(SERLIBPATH)/srdb2/srdb2 +SER_LIBS=$(SERLIBPATH)/srdb2/srdb2 $(SERLIBPATH)/srdb1/srdb1
include ../../Makefile.modules