mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 06:58:39 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user