Update 05-fix-source.sh

This commit is contained in:
2025-11-07 10:19:27 +08:00
committed by GitHub
parent 82c3dd02ba
commit 034ea71a8f

View File

@@ -98,6 +98,8 @@ if [ "$gcc" = 15 ]; then
sed -i '/CONFIGURE_ARGS/i TARGET_CFLAGS += -std=gnu17\n' feeds/packages/utils/jq/Makefile
# coova-chilli - fix gcc 15 c23
sed -i '/TARGET_CFLAGS/s/$/ -std=gnu17/' feeds/packages/net/coova-chilli/Makefile
# oniguruma
sed -i '/CONFIGURE_ARGS/i TARGET_CFLAGS += -std=gnu17\n' feeds/packages/libs/oniguruma/Makefile
fi
# ksmbd luci