mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
fwknop: fix build with gpg support enabled
Along with the accompanying change to gpgme to install gpgme-config, since libfko is what is actually linked to gpgme, and not fwknop/fwknopd, an explicit dependency must be added to that package. menuconfig now allows enabling gpg support if only fwknop is selected without also selecting fwknopd. Signed-off-by: Matt Merhar <mattmerhar@protonmail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#fwknop config
|
||||
menu "Configuration"
|
||||
depends on PACKAGE_fwknopd
|
||||
depends on PACKAGE_fwknopd || PACKAGE_fwknop
|
||||
|
||||
config FWKNOPD_GPG
|
||||
bool "Enable GPG support"
|
||||
@@ -12,5 +12,4 @@ config FWKNOPD_NFQ_CAPTURE
|
||||
select PACKAGE_iptables-mod-nfqueue
|
||||
default n
|
||||
|
||||
|
||||
endmenu
|
||||
|
||||
Reference in New Issue
Block a user