浏览代码

core: disable build of DNSSEC (patch from Marius)

Henning Westerholt 13 年之前
父节点
当前提交
728f6033a7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile.defs

+ 1 - 1
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