Also add -DNO_ASM to CFLAGS for arm archs.

rebuild with new gmp
This commit is contained in:
Deji Akingunola 2011-10-19 22:35:51 -04:00
parent 15c567af72
commit 023e4fe5bd

View File

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