From: Vincent Bernat Date: Fri, 1 Dec 2023 21:53:02 +0000 (+0100) Subject: build: update automake for OpenBSD X-Git-Tag: 1.0.18~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18dc7145d497bb6d1f318b2221b21553d5f88ca1;p=thirdparty%2Flldpd.git build: update automake for OpenBSD --- diff --git a/tests/ci/install.sh b/tests/ci/install.sh index 7fc1b43b..7c614b23 100755 --- a/tests/ci/install.sh +++ b/tests/ci/install.sh @@ -5,7 +5,7 @@ set -e case "$(uname -s)" in OpenBSD) sudo pkg_add -I \ - automake-1.16.3 autoconf-2.71 libtool \ + automake-1.16.5 autoconf-2.71 libtool \ libevent libxml check \ git ;;