- only use hyperscan on x86_64

OBS-URL: https://build.opensuse.org/package/show/server:mail/rspamd?expand=0&rev=36
This commit is contained in:
Marcus Rückert 2019-11-28 16:22:49 +00:00 committed by Git OBS Bridge
parent 327af212c5
commit 765a6c9c02
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Nov 28 16:22:35 UTC 2019 - Marcus Rueckert <mrueckert@suse.de>
- only use hyperscan on x86_64
-------------------------------------------------------------------
Thu Nov 28 15:11:52 UTC 2019 - Marcus Rueckert <mrueckert@suse.de>

View File

@ -24,7 +24,7 @@
%bcond_with systemd
%endif
%ifarch %{ix86} x86_64
%ifarch x86_64
%if 0%{?suse_version} > 1500
%bcond_without hyperscan
%endif