mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-09-25 11:14:58 +02:00
Analysis workflow, fixup perl for openssl Configure.
This commit is contained in:
@@ -232,8 +232,6 @@ jobs:
|
||||
ls -l '/c/Strawberry/perl/site/lib' || echo nevermind
|
||||
echo '/c/Strawberry/perl/vendor'
|
||||
ls -l '/c/Strawberry/perl/vendor' || echo nevermind
|
||||
echo PERLLIB="$PERLLIB"
|
||||
echo PERL5LIB="$PERL5LIB"
|
||||
echo PATH="$PATH"
|
||||
export unboundpath=`pwd`
|
||||
echo unboundpath=${unboundpath}
|
||||
@@ -244,6 +242,8 @@ 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
|
||||
export PERL5LIB="/c/Strawberry/perl/lib"
|
||||
echo PERL5LIB="$PERL5LIB"
|
||||
./Configure no-shared no-asm -DOPENSSL_NO_CAPIENG mingw64 --prefix="/$prepath/openssl"
|
||||
make
|
||||
make install_sw
|
||||
|
||||
Reference in New Issue
Block a user