From b241e944fae0bdf46fc8cb9b4454c47f38dbdf41 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Tue, 12 Oct 2021 14:55:55 +0200 Subject: [PATCH] cirrus: Use specific package name for OpenLDAP Seems the openldap-client alias is gone. --- scripts/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;; -- 2.47.2