From: John Audia Date: Sun, 1 Jun 2025 12:44:16 +0000 (-0400) Subject: tcp_wrappers: fix building with GCC 15.1 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=ff04ea8b436b43ce37ea129c870729d0c2829991;p=openwrt-packages.git tcp_wrappers: fix building with GCC 15.1 Force the default C version to -std=gnu17. Signed-off-by: John Audia --- diff --git a/libs/tcp_wrappers/Makefile b/libs/tcp_wrappers/Makefile index 400968fd3..df0b90503 100644 --- a/libs/tcp_wrappers/Makefile +++ b/libs/tcp_wrappers/Makefile @@ -31,7 +31,7 @@ define Package/libwrap MAINTAINER:=Peter Wagner endef -TARGET_CFLAGS += $(FPIC) -Wall +TARGET_CFLAGS += $(FPIC) -Wall -std=gnu17 define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \