From b57a57ec022b384b796afa2fd7a0f42b615c8716 Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Mon, 11 Aug 2025 14:53:41 +0200 Subject: [PATCH] [Minor] Use embedded vectorscan on EL10 --- rpm/rspamd.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3