[sr-dev] git:master: core: disable build of DNSSEC (patch from Marius)

Henning Westerholt hw at kamailio.org
Wed Oct 10 19:15:33 CEST 2012


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

Author: Henning Westerholt <hw at kamailio.org>
Committer: Henning Westerholt <hw at kamailio.org>
Date:   Wed Oct 10 19:15:10 2012 +0200

core: disable build of DNSSEC (patch from Marius)

---

 Makefile.defs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.defs b/Makefile.defs
index 2b7f332..039ca33 100644
--- a/Makefile.defs
+++ b/Makefile.defs
@@ -1751,7 +1751,7 @@ ifeq ($(OS), linux)
 			LIBS+=-lpthread
 		endif
 	endif
-	ifeq (,$(findstring -DUSE_DNSSEC, $(C_DEFS)))
+	ifneq (,$(findstring -DUSE_DNSSEC, $(C_DEFS)))
 		LIBS+=-lval-threads -lcrypto -lsres -lpthread
 $(info "using libval for DNSSEC validation")
 	endif




More information about the sr-dev mailing list