From 370f55c1a341e5a880f0d5ca58b5270e34ccac8c Mon Sep 17 00:00:00 2001 From: Alexander Stefanov Date: Mon, 14 Mar 2022 21:27:29 +0000 Subject: [PATCH] copy from the right path --- libressl.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libressl.spec b/libressl.spec index 4acaf84..88dc0bc 100644 --- a/libressl.spec +++ b/libressl.spec @@ -443,7 +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.* . +cp -fv /usr/share/libtool/config/config.* . %configure \ --enable-nc \ --enable-static \