tcp_wrappers: fix building with GCC 15.1

Force the default C version to -std=gnu17.

Signed-off-by: John Audia <therealgraysky@proton.me>
This commit is contained in:
John Audia
2025-06-01 08:44:16 -04:00
committed by Hannu Nyman
parent dab90ec210
commit ff04ea8b43

View File

@@ -31,7 +31,7 @@ define Package/libwrap
MAINTAINER:=Peter Wagner <tripolar@gmx.at>
endef
TARGET_CFLAGS += $(FPIC) -Wall
TARGET_CFLAGS += $(FPIC) -Wall -std=gnu17
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \