From: Andrew Lewis Date: Mon, 11 Aug 2025 12:53:41 +0000 (+0200) Subject: [Minor] Use embedded vectorscan on EL10 X-Git-Tag: 3.13.0~35^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b57a57ec022b384b796afa2fd7a0f42b615c8716;p=thirdparty%2Frspamd.git [Minor] Use embedded vectorscan on EL10 --- diff --git a/rpm/rspamd.spec b/rpm/rspamd.spec index 55dd8a620d..da3565aafc 100644 --- a/rpm/rspamd.spec +++ b/rpm/rspamd.spec @@ -145,7 +145,7 @@ rm -f %{_builddir}/luajit-build/lib/*.so || true -DHYPERSCAN_ROOT_DIR=/vectorscan \ %endif %ifarch x86_64 amd64 -%if 0%{?el7} +%if 0%{?el7} || 0%{?el10} -DHYPERSCAN_ROOT_DIR=/vectorscan \ %endif %endif