[cln] Also add -DNO_ASM to CFLAGS for arm archs.

Deji Akingunola deji at fedoraproject.org
Thu Oct 20 02:32:48 UTC 2011


commit 023e4fe5bd68b45d638a2f1b8e37b223002be4da
Author: Deji Akingunola <dakingun at mail.com>
Date:   Wed Oct 19 22:35:51 2011 -0400

    Also add -DNO_ASM to CFLAGS for arm archs.
    
    rebuild with new gmp

 cln.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/cln.spec b/cln.spec
index 8095eec..a5d7595 100644
--- a/cln.spec
+++ b/cln.spec
@@ -1,6 +1,6 @@
 Name:           cln
 Version:        1.3.2
-Release:        1%{?dist}.1
+Release:        2%{?dist}
 Summary:        Class Library for Numbers
 
 Group:          System Environment/Libraries
@@ -46,7 +46,7 @@ the CLN library.
 %patch2 -p0 -b .fix
 
 %build
-%configure --disable-static CXXFLAGS="%{XFLAGS}"
+%configure --disable-static CXXFLAGS="%{XFLAGS}" CFLAGS="%{XFLAGS}"
 make %{?_smp_mflags}
 make pdf
 make html
@@ -94,6 +94,9 @@ fi
 %{_docdir}/%{name}-devel-%{version}
 
 %changelog
+* Wed Oct 19 2011 Deji Akingunola <dakingun at gmail.com> - 1.3.2-2
+- Also add -DNO_ASM to CFLAGS for arm archs.
+ 
 * Mon Oct 10 2011 Peter Schiffer <pschiffe at redhat.com> - 1.3.2-1.1
 - rebuild with new gmp
 


More information about the scm-commits mailing list