From 039f4242ded86e8252a9a9f907598f5a0a350cf9 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Fri, 3 Jun 2022 12:50:24 +0300 Subject: [PATCH] Fix flag for tests --- SPECS/compat-openssl11.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPECS/compat-openssl11.spec b/SPECS/compat-openssl11.spec index 754faea..e70dea6 100644 --- a/SPECS/compat-openssl11.spec +++ b/SPECS/compat-openssl11.spec @@ -258,7 +258,7 @@ OPENSSL_ENABLE_MD5_VERIFY= export OPENSSL_ENABLE_MD5_VERIFY OPENSSL_SYSTEM_CIPHERS_OVERRIDE=xyz_nonexistent_file export OPENSSL_SYSTEM_CIPHERS_OVERRIDE -make -V=1 test +make V=1 test %define __provides_exclude_from %{_libdir}/openssl