build autoconf (2.69) and use for building sliver-openvswitch on f12
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 4 Jul 2012 22:18:10 +0000 (00:18 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 4 Jul 2012 22:18:10 +0000 (00:18 +0200)
onelab-k32-tags.mk
onelab.mk

index fcdc4f3..c92f186 100644 (file)
@@ -30,6 +30,7 @@ Mom-SVNPATH                   := http://svn.planet-lab.org/svn/Mom/tags/Mom-2.3-4
 inotify-tools-SVNPATH          := http://svn.planet-lab.org/svn/inotify-tools/tags/inotify-tools-3.13-2
 vsys-GITPATH                    := git://git.onelab.eu/vsys.git@vsys-0.99-2
 vsys-scripts-GITPATH            := git://git.onelab.eu/vsys-scripts.git@vsys-scripts-0.95-41
+autoconf-GITPATH               := git://git.onelab.eu/autoconf@master
 sliver-openvswitch-GITPATH     := git://git.onelab.eu/sliver-openvswitch.git@master
 plcapi-GITPATH                  := git://git.onelab.eu/plcapi.git@master
 drupal-GITPATH                  := git://git.onelab.eu/drupal.git@drupal-4.7-15
index 0d9b9d1..059218a 100644 (file)
--- a/onelab.mk
+++ b/onelab.mk
@@ -301,8 +301,15 @@ vsys-scripts-SPEC := vsys-scripts.spec
 IN_NODEIMAGE += vsys-scripts
 ALL += vsys-scripts
 
+# openvswitch requires an autoconf more recent than what f12 has
+autoconf-MODULES := autoconf
+autoconf-SPEC := autoconf.spec
+autoconf-BUILD-FROM-SRPM := yes
+ALL += autoconf
+
 sliver-openvswitch-MODULES := sliver-openvswitch
 sliver-openvswitch-SPEC := sliver-openvswitch.spec
+sliver-openvswitch-DEPEND-DEVEL-RPMS := autoconf
 IN_SLICEIMAGE += sliver-openvswitch
 ALL += sliver-openvswitch