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:
935e544
)
openvswitch: add KCFLAGS="-Wno-error=date-time" to kernel modules build
477/head
author
Alexandru Ardelean
<aa@ocedo.com>
Tue, 28 Oct 2014 09:25:59 +0000
(11:25 +0200)
committer
Alexandru Ardelean
<aa@ocedo.com>
Tue, 28 Oct 2014 09:27:46 +0000
(11:27 +0200)
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
net/openvswitch/Makefile
patch
|
blob
|
history
diff --git
a/net/openvswitch/Makefile
b/net/openvswitch/Makefile
index bb5b268ddfcd8da062fc5ce58270da761b205a31..627b1ec865bd51d4faa8c1c64992698bde665b73 100644
(file)
--- a/
net/openvswitch/Makefile
+++ b/
net/openvswitch/Makefile
@@
-131,6
+131,7
@@
define Build/Compile
ARCH="$(LINUX_KARCH)" \
SUBDIRS="$(PKG_BUILD_DIR)/datapath/linux" \
PATH="$(TARGET_PATH)" \
+ KCFLAGS="-Wno-error=date-time" \
KCC="$(KERNEL_CC)"
endef