From: Thierry Parmentelat Date: Wed, 4 Jul 2012 22:32:09 +0000 (+0200) Subject: mess with autoconf only on f12 X-Git-Tag: 5.0-rc28~19 X-Git-Url: http://git.onelab.eu/?p=build.git;a=commitdiff_plain;h=5334e225293eeab7a83e48a25225f3383f601ba0 mess with autoconf only on f12 --- 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