[hop] Don't use %{?_smp_mflags} due to spurious build failures.

Jerry James jjames at fedoraproject.org
Tue Feb 19 03:04:14 UTC 2013


commit 2c68f991e3c7692974849a2f19a2f47430e3fd7c
Author: Jerry James <loganjerry at gmail.com>
Date:   Mon Feb 18 20:03:58 2013 -0700

    Don't use %{?_smp_mflags} due to spurious build failures.

 hop.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/hop.spec b/hop.spec
index 326a0dc..8b26c58 100644
--- a/hop.spec
+++ b/hop.spec
@@ -69,7 +69,8 @@ mv ChangeLog.utf8 ChangeLog
   --libdir=%{_libdir} \
   --mandir=%{_mandir} \
   --etcdir=%{_sysconfdir}
-make %{?_smp_mflags}
+# Use of %%{?_smp_mflags} sometimes fails
+make
 
 
 %install


More information about the scm-commits mailing list