Also add -DNO_ASM to CFLAGS for arm archs.
rebuild with new gmp
This commit is contained in:
parent
15c567af72
commit
023e4fe5bd
7
cln.spec
7
cln.spec
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user