Merge pull request #1849 from drizzt/master

fwknop: fix building without gpg
This commit is contained in:
Matteo Croce 2015-10-12 18:57:03 +02:00
commit 3c4a091aa4

View 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