Browse Source

Merge pull request #1849 from drizzt/master

fwknop: fix building without gpg
lilik-openwrt-22.03
Matteo Croce 9 years ago
parent
commit
3c4a091aa4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/fwknop/Makefile

+ 1
- 1
net/fwknop/Makefile 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


Loading…
Cancel
Save