]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Analysis workflow, show topdir from Makefile.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 24 Jun 2021 16:40:14 +0000 (18:40 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 24 Jun 2021 16:40:14 +0000 (18:40 +0200)
.github/workflows/analysis_ports.yml

index 46f4bc506fcdb3d42771b27a0f95327d2b404eb5..9f4f814a7f29e203013a956b0f33d70d8f6f4d03 100644 (file)
@@ -271,10 +271,13 @@ jobs:
           sed -e 's/use Pod::Usage//' < Configure > Configure.fix
           ./Configure.fix no-shared no-asm -DOPENSSL_NO_CAPIENG mingw64 --prefix="/$prepath/openssl"
           make
+          grep INSTALLTOP= Makefile
+          grep DESTDIR= Makefile
+          grep '\d\a' Makefile
           make install_sw
           cd ..
           cd unbound
-          ./configure --enable-debug --enable-static-exe --disable-flto "--with-ssl=/c/Program Files/Common Files/SSL"
+          ./configure --enable-debug --enable-static-exe --disable-flto "--with-ssl=/$prepath/openssl"
           make
           make test
       - name: test_android