From: Tobias Brunner Date: Mon, 20 Feb 2023 13:24:29 +0000 (+0100) Subject: github: Explicitly install pkg-config in macOS build X-Git-Tag: 5.9.10rc1~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b206eaf6a74d5e178d6101a45b2a4514fb8940a;p=thirdparty%2Fstrongswan.git github: Explicitly install pkg-config in macOS build Apparently not installed anymore in the latest build image. If it's missing, we see errors like these: configure.ac:38: error: possibly undefined macro: AC_DEFINE --- diff --git a/scripts/test.sh b/scripts/test.sh index 10d0493558..5e15f0af84 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -333,7 +333,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 openssl@1.1 curl" + DEPS="automake autoconf libtool bison gettext pkg-config 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