From: Timothy Redaelli Date: Tue, 1 Sep 2015 13:21:35 +0000 (+0200) Subject: fwknop: fix building without gpg X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=eb23237cc1e1030235f409f66149b9efc59a8495;p=feed%2Fpackages.git fwknop: fix building without gpg --- 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