]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
github: Fix build on macOS due to moved OpenSSL location
authorTobias Brunner <tobias@strongswan.org>
Thu, 30 Sep 2021 14:21:45 +0000 (16:21 +0200)
committerTobias Brunner <tobias@strongswan.org>
Thu, 30 Sep 2021 14:24:25 +0000 (16:24 +0200)
scripts/test.sh

index 1411f141251d385020652645102a32d74eb17da0..2ec3e5cc341c5c49f82c7fc979f01bd0a8691be0 100755 (executable)
@@ -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"