[SR-Dev] git:janakj/bdb: - fix unnecessary module library links, related to #1855859

Jan Janak jan at iptel.org
Thu Feb 19 15:05:59 CET 2009


Module: sip-router
Branch: janakj/bdb
Commit: a608c99faf08e3b0d78bbdae1c591c0d29c77bf3
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a608c99faf08e3b0d78bbdae1c591c0d29c77bf3

Author: Henning Westerholt <henning.westerholt at 1und1.de>
Committer: Henning Westerholt <henning.westerholt at 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/km_Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/db_berkeley/km_Makefile b/modules/db_berkeley/km_Makefile
index 6780b95..5671867 100644
--- a/modules/db_berkeley/km_Makefile
+++ b/modules/db_berkeley/km_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




More information about the sr-dev mailing list