diff --git a/libs/tcp_wrappers/Makefile b/libs/tcp_wrappers/Makefile index 400968fd3d..df0b90503b 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) \