mirror of
https://git.openwrt.org/feed/packages.git
synced 2025-12-20 01:20:12 +08:00
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:
@@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user