Module: sip-router
Branch: janakj/bdb
Commit: b8c4bf4fc01dc49fea527dbdf9250365f88ef28f
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b8c4bf4…
Author: Henning Westerholt <henning.westerholt(a)1und1.de>
Committer: Henning Westerholt <henning.westerholt(a)1und1.de>
Date: Wed Jul 9 16:27:34 2008 +0000
- fix unnecessary module library links, related to #1855859
- small cleanup in Makefile for carrierroute
git-svn-id:
https://openser.svn.sourceforge.net/svnroot/openser/trunk@4469
689a6050-402a-0410-94f2-e92a70836424
---
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 6780b95..5671867 100644
--- a/modules/db_berkeley/Makefile
+++ b/modules/db_berkeley/Makefile
@@ -14,6 +14,6 @@ DEFS +=-I$(LOCALBASE)/include -I$(LOCALBASE)/BerkeleyDB.4.6/include \
include ../../Makefile.defs
auto_gen=
NAME=db_berkeley.so
-LIBS+=-L$(LOCALBASE)/lib -L$(SYSBASE)/lib -L$(LOCALBASE)/BerkeleyDB.4.6/lib -ldb
+LIBS=-L$(LOCALBASE)/lib -L$(SYSBASE)/lib -L$(LOCALBASE)/BerkeleyDB.4.6/lib -ldb
include ../../Makefile.modules