From: Tobias Brunner Date: Tue, 12 Oct 2021 12:55:55 +0000 (+0200) Subject: cirrus: Use specific package name for OpenLDAP X-Git-Tag: 5.9.4~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b241e944fae0bdf46fc8cb9b4454c47f38dbdf41;p=thirdparty%2Fstrongswan.git cirrus: Use specific package name for OpenLDAP Seems the openldap-client alias is gone. --- diff --git a/scripts/test.sh b/scripts/test.sh index 2ec3e5cc34..5c20fb9dfd 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -271,7 +271,7 @@ freebsd) --enable-unbound --enable-unity --enable-xauth-eap --enable-xauth-pam --with-printf-hooks=builtin --enable-attr-sql --enable-sql --enable-farp" - DEPS="git gmp openldap-client libxml2 mysql80-client sqlite3 unbound ldns tpm2-tss" + DEPS="git gmp openldap24-client libxml2 mysql80-client sqlite3 unbound ldns tpm2-tss" export GPERF=/usr/local/bin/gperf export LEX=/usr/local/bin/flex ;;