From 079479918d8d9894a35f394d98582e0ceab11e45 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Tue, 15 Mar 2022 02:39:52 +0000 Subject: [PATCH] gnunet: depend on 'uci-firewall' instead of 'firewall' To allow using gnunet on systems with firewall4, add replace direct dependency on 'firewall' with 'uci-firewall' which is satisfied by either 'firewall' or 'firewall4'. Signed-off-by: Daniel Golle --- net/gnunet/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/gnunet/Makefile b/net/gnunet/Makefile index 0b53e5e179..4715d1dbc2 100644 --- a/net/gnunet/Makefile +++ b/net/gnunet/Makefile @@ -360,7 +360,7 @@ PLUGIN_fs-sqlite:=datastore_sqlite DEPENDS_utils:=+certtool +openssl-util BIN_utils:=gns-proxy-setup-ca transport-certificate-creation -DEPENDS_vpn:=+kmod-tun +iptables +firewall +DEPENDS_vpn:=+kmod-tun +iptables +uci-firewall BIN_vpn:=vpn FILE_MODES_vpn:=/usr/lib/gnunet/libexec/gnunet-helper-exit:root:gnunet:4750 /usr/lib/gnunet/libexec/gnunet-helper-vpn:root:gnunet:4750 LIB_vpn:=dnsstub tun vpn -- 2.30.2