Analysis workflow, use perl for Configure.

This commit is contained in:
W.C.A. Wijngaards
2021-06-24 17:53:51 +02:00
parent 877db8ca36
commit 02516845d8
+1 -1
View File
@@ -176,7 +176,7 @@ jobs:
curl -L -k -s -S -o openssl-1.1.1j.tar.gz https://www.openssl.org/source/openssl-1.1.1j.tar.gz
tar xzf openssl-1.1.1j.tar.gz
cd openssl-1.1.1j
./Configure no-shared no-asm -DOPENSSL_NO_CAPIENG mingw64 --prefix="/d/a/unbound/openssl"
perl Configure no-shared no-asm -DOPENSSL_NO_CAPIENG mingw64 --prefix="/d/a/unbound/openssl"
make
make install_sw
cd ..