cirrus: Build against tpm2-tss on FreeBSD

This was enabled in the port too.
This commit is contained in:
Tobias Brunner 2020-12-14 15:01:38 +01:00
parent ec9f986b61
commit 51f4837628
1 changed files with 3 additions and 3 deletions

View File

@ -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
;;