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

Deji Akingunola deji at fedoraproject.org
Thu Oct 20 02:43:26 UTC 2011


commit 208d844782b982cdd89c6282fa525c4fcf431dc9
Author: Deji Akingunola <dakingun at mail.com>
Date:   Wed Oct 19 22:46:29 2011 -0400

    Also add -DNO_ASM to CFLAGS for arm archs.

 cln.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/cln.spec b/cln.spec
index 91e654d..182c731 100644
--- a/cln.spec
+++ b/cln.spec
@@ -1,6 +1,6 @@
 Name:           cln
 Version:        1.3.2
-Release:        1%{?dist}
+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.
+
 * Sun Oct 09 2011 Deji Akingunola <dakingun at gmail.com> - 1.3.2-1
 - New upstream version
 - Add -DNO_ASM flag for arm archs.


More information about the scm-commits mailing list