nfs-kernel-server: add -Wno-error=format-security to TARGET_CFLAGS to a fix compily error
Signed-off-by: Peter Wagner <tripolar@gmx.at>
This commit is contained in:
parent
fbdd19a074
commit
b1be3f9c06
|
@ -71,7 +71,9 @@ endef
|
||||||
TARGET_CFLAGS += -Wno-error=implicit-function-declaration \
|
TARGET_CFLAGS += -Wno-error=implicit-function-declaration \
|
||||||
-Wno-error=strict-prototypes \
|
-Wno-error=strict-prototypes \
|
||||||
-Wno-error=incompatible-pointer-types \
|
-Wno-error=incompatible-pointer-types \
|
||||||
|
-Wno-error=format-security \
|
||||||
-Wno-error=undef
|
-Wno-error=undef
|
||||||
|
|
||||||
TARGET_LDFLAGS += -Wl,-rpath-link=$(STAGING_DIR)/usr/lib $(LIBRPC) \
|
TARGET_LDFLAGS += -Wl,-rpath-link=$(STAGING_DIR)/usr/lib $(LIBRPC) \
|
||||||
-L$(STAGING_DIR)/usr/lib/libevent
|
-L$(STAGING_DIR)/usr/lib/libevent
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue