]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
cirrus: Build against tpm2-tss on FreeBSD
authorTobias Brunner <tobias@strongswan.org>
Mon, 14 Dec 2020 14:01:38 +0000 (15:01 +0100)
committerTobias Brunner <tobias@strongswan.org>
Tue, 15 Dec 2020 09:42:43 +0000 (10:42 +0100)
This was enabled in the port too.

scripts/test.sh

index 82854013b64951647900e1a22d0f93976932e5b2..e3f7ca3b48d7b7282ec47ee8809ea80bf38e1c1a 100755 (executable)
@@ -251,10 +251,10 @@ freebsd)
                        --enable-eap-radius --enable-eap-sim --enable-eap-sim-file
                        --enable-gcm --enable-ipseckey --enable-kernel-libipsec
                        --enable-load-tester --enable-ldap --enable-mediation
-                       --enable-mysql --enable-sqlite --enable-tpm     --enable-unbound
-                       --enable-unity --enable-xauth-eap --enable-xauth-pam
+                       --enable-mysql --enable-sqlite --enable-tpm --enable-tss-tss2
+                       --enable-unbound --enable-unity --enable-xauth-eap --enable-xauth-pam
                        --with-printf-hooks=builtin --enable-attr-sql --enable-sql"
-       DEPS="gmp openldap-client libxml2 mysql80-client sqlite3 unbound ldns"
+       DEPS="git gmp openldap-client libxml2 mysql80-client sqlite3 unbound ldns tpm2-tss"
        export GPERF=/usr/local/bin/gperf
        export LEX=/usr/local/bin/flex
        ;;