]> git.ipfire.org Git - people/ms/strongswan.git/commitdiff
cirrus: Use specific package name for OpenLDAP
authorTobias Brunner <tobias@strongswan.org>
Tue, 12 Oct 2021 12:55:55 +0000 (14:55 +0200)
committerTobias Brunner <tobias@strongswan.org>
Tue, 12 Oct 2021 12:55:55 +0000 (14:55 +0200)
Seems the openldap-client alias is gone.

scripts/test.sh

index 2ec3e5cc341c5c49f82c7fc979f01bd0a8691be0..5c20fb9dfd8984963ad44f4e06f349ed592c2771 100755 (executable)
@@ -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
        ;;