diff options
Diffstat (limited to 'rpm')
-rw-r--r-- | rpm/rspamd.spec | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/rpm/rspamd.spec b/rpm/rspamd.spec index 965245e29..e1e24510d 100644 --- a/rpm/rspamd.spec +++ b/rpm/rspamd.spec @@ -158,8 +158,10 @@ rm -f %{_builddir}/luajit-build/lib/*.so || true %else -DENABLE_LUAJIT=OFF \ %endif - -DENABLE_BLAS=ON \ - -DENABLE_FASTTEXT=ON +%ifarch x86_64 + -DENABLE_FASTTEXT=ON \ +%endif + -DENABLE_BLAS=ON make %{?_smp_mflags} %install |