fedora-spec: use %configure macro
authorFlavio Leitner <fbl@redhat.com>
Thu, 6 Nov 2014 18:45:27 +0000 (16:45 -0200)
committerBen Pfaff <blp@nicira.com>
Thu, 6 Nov 2014 22:09:46 +0000 (14:09 -0800)
Signed-off-by: Flavio Leitner <fbl@redhat.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
rhel/openvswitch-fedora.spec.in

index db62455..3e19c91 100644 (file)
@@ -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