[SR-Dev] git:master: don't include and link with database API, this is not needed

Henning Westerholt henning.westerholt at 1und1.de
Mon May 4 15:10:43 CEST 2009


Module: sip-router
Branch: master
Commit: 15e2e89e5d1e7f9dc6265c270153088596159ee5
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=15e2e89e5d1e7f9dc6265c270153088596159ee5

Author: Henning Westerholt <henning.westerholt at 1und1.de>
Committer: Henning Westerholt <henning.westerholt at 1und1.de>
Date:   Thu Apr 30 20:32:26 2009 +0200

don't include and link with database API, this is not needed

---

 modules_s/uri/Makefile |    2 +-
 modules_s/uri/checks.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules_s/uri/Makefile b/modules_s/uri/Makefile
index a609c52..d7d185f 100644
--- a/modules_s/uri/Makefile
+++ b/modules_s/uri/Makefile
@@ -13,6 +13,6 @@ LIBS=
 DEFS+=-DSER_MOD_INTERFACE
 
 SERLIBPATH=../../lib
-SER_LIBS+=$(SERLIBPATH)/srdb2/srdb2
+#SER_LIBS+=$(SERLIBPATH)/srdb2/srdb2
 include ../../Makefile.modules
 
diff --git a/modules_s/uri/checks.c b/modules_s/uri/checks.c
index 23e98c1..9d5a1c6 100644
--- a/modules_s/uri/checks.c
+++ b/modules_s/uri/checks.c
@@ -43,7 +43,7 @@
 #include "../../parser/parse_uri.h"
 #include "../../parser/parse_param.h"
 #include "../../ut.h"                   /* Handy utilities */
-#include "../../lib/srdb2/db.h"                /* Database API */
+//#include "../../lib/srdb2/db.h"                /* Database API */
 #include "../../dset.h"
 #include "uri_mod.h"
 #include "checks.h"




More information about the sr-dev mailing list