projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c137a7
)
nfs-kernel-server: add -Wno-error=format-security to TARGET_CFLAGS to a fix compily...
author
Peter Wagner
<tripolar@gmx.at>
Thu, 2 Aug 2018 21:17:35 +0000
(23:17 +0200)
committer
tripolar
<tripolar@users.noreply.github.com>
Sat, 27 Apr 2019 17:53:33 +0000
(19:53 +0200)
Signed-off-by: Peter Wagner <tripolar@gmx.at>
(cherry picked from commit
b1be3f9c06d5286e1e698edb580e629ae03f0393
)
net/nfs-kernel-server/Makefile
patch
|
blob
|
history
diff --git
a/net/nfs-kernel-server/Makefile
b/net/nfs-kernel-server/Makefile
index 6917a094d73485d9f5d2723f47314b8599049ed1..136ef52d6ec9b236269e885077932d10b5391bbc 100644
(file)
--- 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