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 <[email protected]>
Committer: Henning Westerholt <[email protected]>
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


_______________________________________________
sr-dev mailing list
[email protected]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to