From 5334e225293eeab7a83e48a25225f3383f601ba0 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 5 Jul 2012 00:32:09 +0200 Subject: [PATCH] mess with autoconf only on f12 --- onelab.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/onelab.mk b/onelab.mk index 059218a3..15b1c98d 100644 --- a/onelab.mk +++ b/onelab.mk @@ -302,14 +302,18 @@ IN_NODEIMAGE += vsys-scripts ALL += vsys-scripts # openvswitch requires an autoconf more recent than what f12 has +ifeq "$(DISTRONAME)" "f12" autoconf-MODULES := autoconf autoconf-SPEC := autoconf.spec autoconf-BUILD-FROM-SRPM := yes ALL += autoconf +endif sliver-openvswitch-MODULES := sliver-openvswitch sliver-openvswitch-SPEC := sliver-openvswitch.spec +ifeq "$(DISTRONAME)" "f12" sliver-openvswitch-DEPEND-DEVEL-RPMS := autoconf +endif IN_SLICEIMAGE += sliver-openvswitch ALL += sliver-openvswitch -- 2.47.0