git://git.onelab.eu
/
build.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42b0799
)
dont rebuild openvswitch on lxc-f16 - natively in 3.3
author
Thierry Parmentelat
<thierry.parmentelat@sophia.inria.fr>
Fri, 30 Mar 2012 15:29:14 +0000
(17:29 +0200)
committer
Thierry Parmentelat
<thierry.parmentelat@sophia.inria.fr>
Fri, 30 Mar 2012 15:29:14 +0000
(17:29 +0200)
lxc.mk
patch
|
blob
|
history
diff --git
a/lxc.mk
b/lxc.mk
index
d49583a
..
942a1ec
100644
(file)
--- a/
lxc.mk
+++ b/
lxc.mk
@@
-159,7
+159,10
@@
openvswitch-MODULES := openvswitch
openvswitch-SPEC := openvswitch.spec
openvswitch-DEPEND-DEVEL-RPMS += kernel-devel
IN_NODEIMAGE += openvswitch
+# build only on f14 as f16 has this natively
+ifeq "$(DISTRONAME)" "$(filter $(DISTRONAME),f14)"
ALL += openvswitch
+endif
#
# vsys