From: W.C.A. Wijngaards Date: Thu, 24 Jun 2021 16:59:14 +0000 (+0200) Subject: Analysis workflow, fixup installtop. X-Git-Tag: release-1.13.2rc1~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bc29af6492a905ead4f313cc3d9dd229ae6ab1b;p=thirdparty%2Funbound.git Analysis workflow, fixup installtop. --- diff --git a/.github/workflows/analysis_ports.yml b/.github/workflows/analysis_ports.yml index c409245a4..6a75959fe 100644 --- a/.github/workflows/analysis_ports.yml +++ b/.github/workflows/analysis_ports.yml @@ -269,13 +269,13 @@ jobs: # remove pod::Usage because we do not need -help or -man output # from the Configure script sed -e 's/use Pod::Usage//' < Configure > Configure.fix - ./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" # make the libs only, build faster #make make build_libs - grep INSTALLTOP= Makefile - grep DESTDIR= Makefile - grep '\d\a' Makefile + mv Makefile Makefile.orig + # fixup \\ in the installtop to /. + sed -e 's?^INSTALLTOP=.*$?INSTALLTOP='"$prepath"'/openssl?' < Makefile.orig > Makefile # install the includes and libs only, build faster #make install_sw make install_dev