nfs-kernel-server: add -Wno-error=format-security to TARGET_CFLAGS to a fix compily...
authorPeter Wagner <tripolar@gmx.at>
Thu, 2 Aug 2018 21:17:35 +0000 (23:17 +0200)
committerPeter Wagner <tripolar@gmx.at>
Thu, 2 Aug 2018 21:17:35 +0000 (23:17 +0200)
Signed-off-by: Peter Wagner <tripolar@gmx.at>
net/nfs-kernel-server/Makefile

index 6917a094d73485d9f5d2723f47314b8599049ed1..136ef52d6ec9b236269e885077932d10b5391bbc 100644 (file)
@@ -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