commit 3c4a091aa4a2162c67f4505eeae96aab3ae052a0
parent 72d9e6678d51b3f9420565e6c2cc820e04f339c9
Author: Matteo Croce <rootkit85@yahoo.it>
Date: Mon, 12 Oct 2015 18:57:03 +0200
Merge pull request #1849 from drizzt/master
fwknop: fix building without gpg
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/fwknop/Makefile b/net/fwknop/Makefile
@@ -87,7 +87,7 @@ define Package/libfko/description
endef
-ifeq ($(CONFIG_FWKNOPD_GPG),n)
+ifneq ($(CONFIG_FWKNOPD_GPG),y)
CONFIGURE_ARGS += --without-gpgme
endif