From 598ec81982674cf6bca7fb32345df986971661ff Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Mon, 30 Jan 2012 12:44:53 -0500 Subject: [PATCH] Add autoconf step to compilation, as we are pulling out of the source tree now --- openvswitch.spec | 1 + 1 file changed, 1 insertion(+) 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 -- 2.43.0