fwknop: fix building without gpg
This commit is contained in:
parent
6981734402
commit
eb23237cc1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue