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:
986b9fb
)
openvswitch: use EXTRA_CFLAGS instead of KCFLAGS
author
Alexandru Ardelean
<aa@ocedo.com>
Wed, 3 Dec 2014 07:03:57 +0000
(09:03 +0200)
committer
Alexandru Ardelean
<aa@ocedo.com>
Wed, 3 Dec 2014 07:09:05 +0000
(09:09 +0200)
The patch we've switched requires EXTRA_CFLAGS to be set instead of KCFLAGS.
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 397c1da4b21f37dd85985cea79a61f43dfecb029..c0c3e8e15a7b4f408724115c8b8e3ad62b27eef5 100644
(file)
--- a/
net/openvswitch/Makefile
+++ b/
net/openvswitch/Makefile
@@
-136,7
+136,7
@@
define Build/Compile
ARCH="$(LINUX_KARCH)" \
SUBDIRS="$(PKG_BUILD_DIR)/datapath/linux" \
PATH="$(TARGET_PATH)" \
-
K
CFLAGS="$(KCFLAGS)" \
+
EXTRA_
CFLAGS="$(KCFLAGS)" \
KCC="$(KERNEL_CC)"
endef