fwknop: fix building without gpg 1849/head
authorTimothy Redaelli <timothy.redaelli@gmail.com>
Tue, 1 Sep 2015 13:21:35 +0000 (15:21 +0200)
committerTimothy Redaelli <timothy.redaelli@gmail.com>
Fri, 9 Oct 2015 15:10:13 +0000 (17:10 +0200)
net/fwknop/Makefile

index 13c2681f551665cab96c454442d1a6385861911b..2114cc9aa6192b7efc975a71954b335ac6441db4 100644 (file)
@@ -87,7 +87,7 @@ define Package/libfko/description
 endef
 
 
-ifeq ($(CONFIG_FWKNOPD_GPG),n)
+ifneq ($(CONFIG_FWKNOPD_GPG),y)
        CONFIGURE_ARGS += --without-gpgme 
 endif