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
|
||||
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@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
|
||||
- rebuild with new gmp
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user