Fix build on %{arm} and aarch64

This commit is contained in:
Xavier Bachelot 2017-02-28 14:58:49 +01:00
parent 335b83e967
commit 8b5e3241af
1 changed files with 5 additions and 1 deletions

View File

@ -54,7 +54,10 @@ autoreconf -vif
%configure --with-mysql \
--with-pgsql \
--with-system-ck \
--with-system-luajit
--with-system-luajit \
%ifarch %{arm} aarch64
--with-gcc-arch=native
%endif
%make_build
@ -77,6 +80,7 @@ cd tests
* Sun Feb 26 2017 Xavier Bachelot <xavier@bachelot.org> 1.0.3-1
- Update to 1.0.3 (RHBZ#1424670).
- Restrict arches to the same ones as luajit.
- Add --with-gcc-arch=native to configure for %%{arm} and aarch64.
* Sat Feb 25 2017 Xavier Bachelot <xavier@bachelot.org> 1.0.2-2
- Run test suite.