From 4908998c08cf678b6a3c501492b0e425598b5470 Mon Sep 17 00:00:00 2001 From: sigui Date: Wed, 18 Mar 2020 15:32:38 +0800 Subject: [PATCH] autoconf --- openvswitch.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/openvswitch.spec b/openvswitch.spec index 9d1e185..420b862 100644 --- a/openvswitch.spec +++ b/openvswitch.spec @@ -35,6 +35,7 @@ Documents and helpful information for Open vSwitch. %autosetup %build +autoreconf ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=%{_localstatedir} \ --libdir=%{_libdir} --enable-ssl --enable-shared %make_build -- Gitee