From a7444b639a540272394d601b227db11f477f8ae5 Mon Sep 17 00:00:00 2001 From: Alexander Stefanov Date: Mon, 14 Mar 2022 21:16:11 +0000 Subject: [PATCH] force copy config.* --- libressl.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libressl.spec b/libressl.spec index 15b0878..4acaf84 100644 --- a/libressl.spec +++ b/libressl.spec @@ -436,7 +436,6 @@ done sh -x update.sh %build -%config_update %setup_compile_flags %serverbuild # Use the same %%_openssl dir with OpenSSL, but separate the config @@ -444,6 +443,7 @@ sh -x update.sh export CFLAGS="$CFLAGS -DX509_CONF_FILE='\"%{_openssldir}/libressl.cnf\"'" #autoreconf -if #Source21 # static libs are required for tests target in Makefile +cp -fv %{_datadir}/libtool/config/config.* . %configure \ --enable-nc \ --enable-static \