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
+1 -1
View File
@@ -87,7 +87,7 @@ define Package/libfko/description
endef endef
ifeq ($(CONFIG_FWKNOPD_GPG),n) ifneq ($(CONFIG_FWKNOPD_GPG),y)
CONFIGURE_ARGS += --without-gpgme CONFIGURE_ARGS += --without-gpgme
endif endif