From: Sapan Bhatia Date: Mon, 30 Jan 2012 17:44:53 +0000 (-0500) Subject: Add autoconf step to compilation, as we are pulling out of the source tree now X-Git-Tag: openvswitch-1.2-1~2 X-Git-Url: http://git.onelab.eu/?p=openvswitch.git;a=commitdiff_plain;h=598ec81982674cf6bca7fb32345df986971661ff Add autoconf step to compilation, as we are pulling out of the source tree now --- diff --git a/openvswitch.spec b/openvswitch.spec index ae491a0..6349f51 100644 --- a/openvswitch.spec +++ b/openvswitch.spec @@ -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