From: Tobias Brunner Date: Thu, 30 Sep 2021 14:21:45 +0000 (+0200) Subject: github: Fix build on macOS due to moved OpenSSL location X-Git-Tag: 5.9.4dr3~15 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=3e148e5b764d87fe843b971c7bf88f6709d5724b;p=thirdparty%2Fstrongswan.git github: Fix build on macOS due to moved OpenSSL location --- diff --git a/scripts/test.sh b/scripts/test.sh index 1411f14125..2ec3e5cc34 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -244,7 +244,7 @@ macos) BREW_PREFIX=$(brew --prefix) export PATH=$BREW_PREFIX/opt/bison/bin:$PATH export ACLOCAL_PATH=$BREW_PREFIX/opt/gettext/share/aclocal:$ACLOCAL_PATH - for pkg in openssl curl + for pkg in openssl@1.1 curl do PKG_CONFIG_PATH=$BREW_PREFIX/opt/$pkg/lib/pkgconfig:$PKG_CONFIG_PATH CPPFLAGS="-I$BREW_PREFIX/opt/$pkg/include $CPPFLAGS"