From: W.C.A. Wijngaards Date: Thu, 24 Jun 2021 14:59:24 +0000 (+0200) Subject: Analysis workflow, fixup perl for openssl Configure. X-Git-Tag: release-1.13.2rc1~103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c05aa22432af0bcac94d3d838584ff3ab38b433;p=thirdparty%2Funbound.git Analysis workflow, fixup perl for openssl Configure. --- diff --git a/.github/workflows/analysis_ports.yml b/.github/workflows/analysis_ports.yml index 5de0178cc..e2402e103 100644 --- a/.github/workflows/analysis_ports.yml +++ b/.github/workflows/analysis_ports.yml @@ -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