Add autoconf step to compilation, as we are pulling out of the source tree now
authorSapan Bhatia <gwsapan@gmail.com>
Mon, 30 Jan 2012 17:44:53 +0000 (12:44 -0500)
committerSapan Bhatia <gwsapan@gmail.com>
Mon, 30 Jan 2012 17:44:53 +0000 (12:44 -0500)
openvswitch.spec

index ae491a0..6349f51 100644 (file)
@@ -32,6 +32,7 @@ Openvswitch - virtual switches on PlanetLab
 
 %build
 KVER=`ls -l /usr/src/kernels | awk '{printf $9;}'`
+./boot.sh
 ./configure --with-linux=/usr/src/kernels/$KVER
 make -j17