From: Flavio Leitner Date: Thu, 6 Nov 2014 18:45:33 +0000 (-0200) Subject: fedora-spec: _smp_mflags macro must be conditional X-Git-Tag: v2.4.0~1031 X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fovs.git;a=commitdiff_plain;h=6238c95d03ff4fc1543820784b7bb8f13d8791ba fedora-spec: _smp_mflags macro must be conditional 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 b2262183d..456e5d5ad 100644 --- a/rhel/openvswitch-fedora.spec.in +++ b/rhel/openvswitch-fedora.spec.in @@ -87,7 +87,7 @@ files needed to build an external application. %build %configure --enable-ssl --with-pkidir=%{_sharedstatedir}/openvswitch/pki -make %{_smp_mflags} +make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT