Update 05-fix-source.sh

This commit is contained in:
2025-11-07 00:05:12 +08:00
committed by GitHub
parent b1dc87937a
commit 81acc44d3c

View File

@@ -11,7 +11,7 @@ sed -i '/USE_QUIC_OPENSSL_COMPAT/d' feeds/packages/net/haproxy/Makefile
# xdp-tools
rm -rf package/network/utils/xdp-tools
git clone https://$github/sbwml/package_network_utils_xdp-tools package/network/utils/xdp-tools
git clone https://$gitea/zhao/package_network_utils_xdp-tools package/network/utils/xdp-tools
# fix gcc14
if [ "$gcc" = 14 ] || [ "$gcc" = 15 ]; then