[gambit-c] Fixed build OOM on s390

Dan Horák sharkcz at fedoraproject.org
Tue Nov 4 10:58:10 UTC 2014


commit 0f66dd62a09f0f8f7e9a6b7f8506039cf53e4d90
Author: Jakub Čajka <jcajka at redhat.com>
Date:   Tue Nov 4 10:54:09 2014 +0100

    Fixed build OOM on s390

 gambit-c.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/gambit-c.spec b/gambit-c.spec
index 4ce2d62..48698ad 100644
--- a/gambit-c.spec
+++ b/gambit-c.spec
@@ -14,9 +14,14 @@
 %endif # ppc64
 %endif # el6
 
+# package build runs OOM on s390
+%ifarch s390
+%global optflags %(echo %{optflags} | sed 's/-g /-g1 /')
+%endif
+
 Name:           gambit-c
 Version:        4.7.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Scheme programming system
 
 Group:          Development/Languages
@@ -188,6 +193,9 @@ fi
 
 
 %changelog
+* Tue Nov 04 2014 Jakub Čajka <jcajka at redhat.com> - 4.7.3-2
+- Fix build OOM on s390
+
 * Thu Oct 30 2014 Michel Alexandre Salim <salimma at fedoraproject.org> - 4.7.3-1
 - Update to 4.7.3
 


More information about the scm-commits mailing list