no pcre jit on arm arches

This commit is contained in:
Dennis Gilmore 2013-07-28 21:38:51 -05:00
parent 0e2585f64b
commit 5bc2fc68df

View File

@ -3,7 +3,7 @@
Summary: High-performance HTTP accelerator Summary: High-performance HTTP accelerator
Name: varnish Name: varnish
Version: 3.0.3 Version: 3.0.3
Release: 5%{?dist} Release: 6%{?dist}
License: BSD License: BSD
Group: System Environment/Daemons Group: System Environment/Daemons
URL: http://www.varnish-cache.org/ URL: http://www.varnish-cache.org/
@ -89,7 +89,7 @@ Documentation files for %name
%setup -q %setup -q
#%setup -q -n varnish-cache #%setup -q -n varnish-cache
%ifarch i386 i686 ppc %ifarch i386 i686 ppc %{arm}
%patch1 %patch1
%endif %endif
@ -310,6 +310,9 @@ fi
%endif %endif
%changelog %changelog
* Sun Jul 28 2013 Dennis Gilmore <dennis@ausil.us> - 3.0.3-6
- no pcre jit on arm arches
* Wed May 15 2013 Ingvar Hagelund <ingvar@redpill-linpro.com> 3.0.3-5 * Wed May 15 2013 Ingvar Hagelund <ingvar@redpill-linpro.com> 3.0.3-5
- Added macro _hardened_build to enforce compiling with PIE, closes #955156 - Added macro _hardened_build to enforce compiling with PIE, closes #955156
- moved ldconfig in postun script to a shell line, since the following lines - moved ldconfig in postun script to a shell line, since the following lines