From 6e132e74fd2f4d75eec8953066c3a6b164443da4 Mon Sep 17 00:00:00 2001 From: Stijn Tintel Date: Thu, 17 Mar 2022 13:01:54 +0200 Subject: [PATCH] strongswan: fix forecast plugin dependency The forecast plugin does not require the iptables binary, it uses libiptc instead. Signed-off-by: Stijn Tintel --- net/strongswan/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/strongswan/Makefile b/net/strongswan/Makefile index 5626ff3b0a..d80e2b1b70 100644 --- a/net/strongswan/Makefile +++ b/net/strongswan/Makefile @@ -687,7 +687,7 @@ $(eval $(call BuildPlugin,eap-radius,EAP RADIUS auth,)) $(eval $(call BuildPlugin,eap-tls,EAP TLS auth,+strongswan-libtls)) $(eval $(call BuildPlugin,farp,fake arp respsonses,)) $(eval $(call BuildPlugin,fips-prf,FIPS PRF crypto,+strongswan-mod-sha1)) -$(eval $(call BuildPlugin,forecast,forward multi/broadcast traffic,+iptables-legacy +kmod-ipt-conntrack-extra)) +$(eval $(call BuildPlugin,forecast,forward multi/broadcast traffic,+libip4tc +kmod-ipt-conntrack-extra)) $(eval $(call BuildPlugin,gcm,GCM AEAD wrapper crypto,)) $(eval $(call BuildPlugin,gcrypt,libgcrypt,+PACKAGE_strongswan-mod-gcrypt:libgcrypt)) $(eval $(call BuildPlugin,gmp,libgmp,+PACKAGE_strongswan-mod-gmp:libgmp)) -- 2.30.2