taking sliver-openvswitch out of fedora29
authorparmentelat <thierry.parmentelat@inria.fr>
Tue, 4 Dec 2018 08:28:37 +0000 (09:28 +0100)
committerparmentelat <thierry.parmentelat@inria.fr>
Tue, 4 Dec 2018 08:28:37 +0000 (09:28 +0100)
lxc.mk

diff --git a/lxc.mk b/lxc.mk
index 07aa552..4832a29 100644 (file)
--- a/lxc.mk
+++ b/lxc.mk
@@ -268,6 +268,9 @@ bind_public-SPEC := bind_public.spec
 IN_SLICEIMAGE += bind_public
 ALL += bind_public
 
+# in fedora 29, this triggers nasty-looking compile messages
+# not trying too hard, we're mostly after the server-side of f29
+ifneq "$(DISTRONAME)" "$(filter $(DISTRONAME),f23 f24 f25 f27 f29)"
 #
 # sliver-openvswitch
 #
@@ -275,6 +278,7 @@ sliver-openvswitch-MODULES := sliver-openvswitch
 sliver-openvswitch-SPEC := sliver-openvswitch.spec
 IN_SLICEIMAGE += sliver-openvswitch
 ALL += sliver-openvswitch
+endif
 
 #
 # plcapi