force copy config.*

This commit is contained in:
Alexander Stefanov 2022-03-14 21:16:11 +00:00
parent 06b82ca137
commit a7444b639a

View file

@ -436,7 +436,6 @@ done
sh -x update.sh sh -x update.sh
%build %build
%config_update
%setup_compile_flags %setup_compile_flags
%serverbuild %serverbuild
# Use the same %%_openssl dir with OpenSSL, but separate the config # 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\"'" export CFLAGS="$CFLAGS -DX509_CONF_FILE='\"%{_openssldir}/libressl.cnf\"'"
#autoreconf -if #Source21 #autoreconf -if #Source21
# static libs are required for tests target in Makefile # static libs are required for tests target in Makefile
cp -fv %{_datadir}/libtool/config/config.* .
%configure \ %configure \
--enable-nc \ --enable-nc \
--enable-static \ --enable-static \