From: Peter Wagner Date: Thu, 2 Aug 2018 21:17:35 +0000 (+0200) Subject: nfs-kernel-server: add -Wno-error=format-security to TARGET_CFLAGS to a fix compily... X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=b1be3f9c06d5286e1e698edb580e629ae03f0393;p=openwrt-packages.git nfs-kernel-server: add -Wno-error=format-security to TARGET_CFLAGS to a fix compily error Signed-off-by: Peter Wagner --- diff --git a/net/nfs-kernel-server/Makefile b/net/nfs-kernel-server/Makefile index 6917a094d..136ef52d6 100644 --- a/net/nfs-kernel-server/Makefile +++ b/net/nfs-kernel-server/Makefile @@ -71,7 +71,9 @@ endef TARGET_CFLAGS += -Wno-error=implicit-function-declaration \ -Wno-error=strict-prototypes \ -Wno-error=incompatible-pointer-types \ + -Wno-error=format-security \ -Wno-error=undef + TARGET_LDFLAGS += -Wl,-rpath-link=$(STAGING_DIR)/usr/lib $(LIBRPC) \ -L$(STAGING_DIR)/usr/lib/libevent