[gnatcoll] Use one thread build as workaround

Pavel Zhukov landgraf at fedoraproject.org
Wed Nov 20 13:13:24 UTC 2013


commit 4fed206299c0579a12bfb5252394e0aa69fa7b48
Author: Pavel Zhukov <pzhukov at redhat.com>
Date:   Wed Nov 20 13:13:55 2013 +0100

    Use one thread build as workaround

 gnatcoll.spec |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/gnatcoll.spec b/gnatcoll.spec
index e8cbc55..1c4d430 100644
--- a/gnatcoll.spec
+++ b/gnatcoll.spec
@@ -1,6 +1,6 @@
 Name:       gnatcoll
 Version:    2013
-Release:    3%{?dist}
+Release:    4%{?dist}
 Summary:    Suite of reusable software components and utilities
 Group:      System Environment/Libraries
 License:    GPLv2+
@@ -49,7 +49,8 @@ export GNAT_OPTFLAGS="%GPRbuild_optflags"
 %else
 export GNAT_OPTFLAGS="%GNAT_optflags"
 %endif
-make %{?_smp_mflags}
+##%%%make %{?_smp_mflags} 
+make -j1
 
 
 %install
@@ -98,7 +99,7 @@ rm -f %{buildroot}/%{_datadir}/%{name}/dborm.pyo
 
 
 %changelog
-* Wed Nov 20 2013  Pavel Zhukov <landgraf at fedoraproject.org> - 2013-3
+* Wed Nov 20 2013  Pavel Zhukov <landgraf at fedoraproject.org> - 2013-4
 - Fix parallel build in rawhide
 
 * Tue Nov 19 2013  Pavel Zhukov <landgraf at fedoraproject.org> - 2013-2


More information about the scm-commits mailing list