aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorPeter Wagner <tripolar@gmx.at>2018-08-02 23:17:35 +0200
committerPeter Wagner <tripolar@gmx.at>2018-08-02 23:17:35 +0200
commitb1be3f9c06d5286e1e698edb580e629ae03f0393 (patch)
treec0bda1bbbae2ea59789f7c5bd49f7daa87551b36 /net
parentfbdd19a074226ea11efccdb3f105b12d2e71a191 (diff)
nfs-kernel-server: add -Wno-error=format-security to TARGET_CFLAGS to a fix compily error
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Diffstat (limited to 'net')
-rw-r--r--net/nfs-kernel-server/Makefile2
1 files changed, 2 insertions, 0 deletions
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