[ovs-dev] [PATCH 15/33] fedora-spec: _smp_mflags macro must be conditional

Flavio Leitner fbl at redhat.com
Thu Nov 6 18:45:33 UTC 2014


Signed-off-by: Flavio Leitner <fbl at redhat.com>
---
 rhel/openvswitch-fedora.spec.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rhel/openvswitch-fedora.spec.in b/rhel/openvswitch-fedora.spec.in
index b226218..456e5d5 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
-- 
1.9.3




More information about the dev mailing list