From: Flavio Leitner Date: Thu, 6 Nov 2014 18:45:27 +0000 (-0200) Subject: fedora-spec: use %configure macro X-Git-Tag: v2.4.0~1037 X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fovs.git;a=commitdiff_plain;h=8c00d88bb647b2a3587daaf67756b67f0f3c4444 fedora-spec: use %configure macro Signed-off-by: Flavio Leitner Signed-off-by: Ben Pfaff --- diff --git a/rhel/openvswitch-fedora.spec.in b/rhel/openvswitch-fedora.spec.in index db624558b..3e19c9191 100644 --- a/rhel/openvswitch-fedora.spec.in +++ b/rhel/openvswitch-fedora.spec.in @@ -52,7 +52,7 @@ traffic. %setup -q -n openvswitch-%{version} %build -./configure --prefix=/usr --sysconfdir=/etc --localstatedir=%{_localstatedir} --enable-ssl +%configure --enable-ssl --with-pkidir=%{_sharedstatedir}/openvswitch/pki make %{_smp_mflags} %install