From 0e9ffbc66d11130be2866ddb842af6459ab552a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Thu, 11 Nov 2021 18:01:10 +0100 Subject: [PATCH] Enable additional module for testing --- strongswan.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/strongswan.spec b/strongswan.spec index d0fb6ae..3a8d9e1 100644 --- a/strongswan.spec +++ b/strongswan.spec @@ -223,6 +223,9 @@ for Strongswan runtime configuration from perl applications. %endif %if %{with perl} --enable-perl-cpan \ +%endif +%if %{with check} + --enable-test-vectors \ %endif --enable-kernel-libipsec \ --with-capabilities=libcap \