From eb23237cc1e1030235f409f66149b9efc59a8495 Mon Sep 17 00:00:00 2001 From: Timothy Redaelli Date: Tue, 1 Sep 2015 15:21:35 +0200 Subject: [PATCH] fwknop: fix building without gpg --- net/fwknop/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/fwknop/Makefile b/net/fwknop/Makefile index 13c2681f55..2114cc9aa6 100644 --- 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 -- 2.30.2