From: W.C.A. Wijngaards Date: Thu, 16 Oct 2025 13:11:04 +0000 (+0200) Subject: - simdzone-zone-load, fix ci, autoreconf on windows. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5cd0c63593d6ca1e530bf9317f51ea6bf46fa217;p=thirdparty%2Funbound.git - simdzone-zone-load, fix ci, autoreconf on windows. --- diff --git a/.github/workflows/analysis_ports.yml b/.github/workflows/analysis_ports.yml index 61651df19..599503be5 100644 --- a/.github/workflows/analysis_ports.yml +++ b/.github/workflows/analysis_ports.yml @@ -253,13 +253,8 @@ jobs: cd .. echo "unbound" cd unbound - echo 'PATH="/c/msys64/usr/bin:$PATH" autoreconf -fi' - PERL="C:/msys64/usr/bin/perl" PATH="/c/msys64/usr/bin:$PATH" autoreconf -fi || echo "ignored." - echo "or:" - echo 'PATH="C:/msys64/usr/bin;$PATH" autoreconf -fi' - PATH="C:/msys64/usr/bin;$PATH" autoreconf -fi || echo "ignored" - echo "C:/msys64/usr/bin/bash.exe autoreconf -fi" - C:/msys64/usr/bin/bash.exe -c "autoreconf -fi" + echo 'autoreconf -fi' + PERL5LIB="/c/msys64/usr/share/autoconf-2.71;/c/msys64/usr/share/autoconf" PERL="C:/msys64/usr/bin/perl" PATH="/c/msys64/usr/bin:$PATH" autoreconf -fi echo "./configure --enable-debug --enable-static-exe --disable-flto \"--with-ssl=$prepath/openssl\" --with-libexpat=\"$prepath/expat\" --disable-shared" ./configure --enable-debug --enable-static-exe --disable-flto "--with-ssl=$prepath/openssl" --with-libexpat="$prepath/expat" --disable-shared make