From b04553ca8a5058ec73ddc08a1e8d7fea57e91d98 Mon Sep 17 00:00:00 2001 From: parmentelat Date: Tue, 4 Dec 2018 09:28:37 +0100 Subject: [PATCH] taking sliver-openvswitch out of fedora29 --- lxc.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lxc.mk b/lxc.mk index 07aa552f..4832a290 100644 --- 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 -- 2.43.0