mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-28 02:29:51 -05:00
- workflow for analysis, cleanup of windows compile with msys2 perl.
This commit is contained in:
parent
d1a2bd67da
commit
9e84cebfdb
1 changed files with 4 additions and 7 deletions
11
.github/workflows/analysis_ports.yml
vendored
11
.github/workflows/analysis_ports.yml
vendored
|
|
@ -187,13 +187,10 @@ jobs:
|
|||
tar xzf openssl-3.2.0.tar.gz
|
||||
cd openssl-3.2.0
|
||||
# remove pod::Usage because we do not need -help or -man output
|
||||
# from the Configure script
|
||||
echo "Fixup ./Configure by removing use Pod::Usage require"
|
||||
sed -e 's/use Pod::Usage//' < Configure > Configure.fix
|
||||
echo "ls C:/msys64"
|
||||
ls -l C:/msys64
|
||||
ls -l C:/msys64/usr
|
||||
ls -l C:/msys64/usr/bin
|
||||
# from the Configure script, this fixes it for openssl 1.1.1
|
||||
#echo "Fixup ./Configure by removing use Pod::Usage require"
|
||||
#sed -e 's/use Pod::Usage//' < Configure > Configure.fix
|
||||
# ./Configure.fix no-shared no-asm -DOPENSSL_NO_CAPIENG mingw64 --prefix="$prepath/openssl"
|
||||
# pacman is used to install for msys2, with
|
||||
# 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\""
|
||||
|
|
|
|||
Loading…
Reference in a new issue