mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-24 00:29:58 -05:00
For analysis workflow, clean up the script to use OpenSSL Configure
without change.
This commit is contained in:
parent
9e84cebfdb
commit
585d73bf7c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/analysis_ports.yml
vendored
4
.github/workflows/analysis_ports.yml
vendored
|
|
@ -193,8 +193,8 @@ jobs:
|
||||||
# ./Configure.fix no-shared no-asm -DOPENSSL_NO_CAPIENG mingw64 --prefix="$prepath/openssl"
|
# ./Configure.fix no-shared no-asm -DOPENSSL_NO_CAPIENG mingw64 --prefix="$prepath/openssl"
|
||||||
# pacman is used to install for msys2, with
|
# pacman is used to install for msys2, with
|
||||||
# C:/msys64/usr/bin/pacman -S perl
|
# C:/msys64/usr/bin/pacman -S perl
|
||||||
echo "C:/msys64/usr/bin/perl ./Configure.fix no-shared no-asm -DOPENSSL_NO_CAPIENG mingw64 --prefix=\""$prepath/openssl"\" PERL=\"C:/msys64/usr/bin/perl\""
|
echo "C:/msys64/usr/bin/perl ./Configure no-shared no-asm -DOPENSSL_NO_CAPIENG mingw64 --prefix=\""$prepath/openssl"\" PERL=\"C:/msys64/usr/bin/perl\""
|
||||||
C:/msys64/usr/bin/perl ./Configure.fix no-shared no-asm -DOPENSSL_NO_CAPIENG mingw64 --prefix="$prepath/openssl" PERL="C:/msys64/usr/bin/perl"
|
C:/msys64/usr/bin/perl ./Configure no-shared no-asm -DOPENSSL_NO_CAPIENG mingw64 --prefix="$prepath/openssl" PERL="C:/msys64/usr/bin/perl"
|
||||||
# make the libs only, build faster
|
# make the libs only, build faster
|
||||||
echo "make build_libs"
|
echo "make build_libs"
|
||||||
#make
|
#make
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue