strongswan: mark UCI plugin as broken
authorRobert Marko <redacted>
Sun, 18 May 2025 11:44:33 +0000 (13:44 +0200)
committerRobert Marko <redacted>
Sun, 18 May 2025 14:13:24 +0000 (16:13 +0200)
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 <redacted>
net/strongswan/Makefile

index 70b8db44245f3fdd2fbf76be2f59bfc85fa769a3..3ebd95e92b3897cd6e3d8538211aff668942fa47 100644 (file)
@@ -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,))
git clone https://git.99rst.org/PROJECT