]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
github: Install pkgconf instead of pkg-config on macOS
authorTobias Brunner <tobias@strongswan.org>
Fri, 22 Nov 2024 14:19:04 +0000 (15:19 +0100)
committerTobias Brunner <tobias@strongswan.org>
Fri, 22 Nov 2024 14:19:04 +0000 (15:19 +0100)
The package was apparently renamed/transitioned, but that doesn't really
work properly (causes a symlink issue when installing via pkg-config).

scripts/test.sh

index eac736205c818793308fc99f8805097221633ec9..7a55409a7b1ed5b6490b80f196e4c77e8cd022a7 100755 (executable)
@@ -395,7 +395,7 @@ macos)
                        --enable-socket-default --enable-sshkey --enable-stroke
                        --enable-swanctl --enable-unity --enable-updown
                        --enable-x509 --enable-xauth-generic"
-       DEPS="automake autoconf libtool bison gettext gperf pkg-config openssl@1.1 curl"
+       DEPS="automake autoconf libtool bison gettext gperf pkgconf openssl@1.1 curl"
        BREW_PREFIX=$(brew --prefix)
        export PATH=$BREW_PREFIX/opt/bison/bin:$PATH
        export ACLOCAL_PATH=$BREW_PREFIX/opt/gettext/share/aclocal:$ACLOCAL_PATH