Module: sip-router
Branch: master
Commit: 728f6033a7ee663f3e46717c8ea49703135d3c12
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=728f603…
Author: Henning Westerholt <hw(a)kamailio.org>
Committer: Henning Westerholt <hw(a)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