From: Robert Marko Date: Sun, 18 May 2025 11:44:33 +0000 (+0200) Subject: strongswan: mark UCI plugin as broken X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=a8c89a0c77b71c1699c57b7c6d70b034a271d678;p=openwrt-packages.git strongswan: mark UCI plugin as broken UCI plugin in strongswan has been broken for years, and now its causing strongswan to fail compilation. So, instead of the whole strongswan package to be failing and missing from feeds simply make UCI plug depend on @BROKEN. Signed-off-by: Robert Marko --- diff --git a/net/strongswan/Makefile b/net/strongswan/Makefile index 70b8db442..3ebd95e92 100644 --- a/net/strongswan/Makefile +++ b/net/strongswan/Makefile @@ -745,7 +745,7 @@ $(eval $(call BuildPlugin,sqlite,SQLite database interface,+strongswan-mod-sql + $(eval $(call BuildPlugin,sshkey,SSH key decoding,)) $(eval $(call BuildPlugin,stroke,Stroke,+strongswan-charon +strongswan-ipsec)) $(eval $(call BuildPlugin,test-vectors,crypto test vectors,)) -$(eval $(call BuildPlugin,uci,UCI config interface,+PACKAGE_strongswan-mod-uci:libuci)) +$(eval $(call BuildPlugin,uci,UCI config interface,+PACKAGE_strongswan-mod-uci:libuci @BROKEN)) $(eval $(call BuildPlugin,unity,Cisco Unity extension,)) $(eval $(call BuildPlugin,updown,updown firewall,+iptables +IPV6:ip6tables +iptables-mod-ipsec +kmod-ipt-ipsec)) $(eval $(call BuildPlugin,vici,Versatile IKE Configuration Interface,))