svn commit: r546751 - branches/2020Q3/security/tpm2-tss
Piotr Kubaj
pkubaj at FreeBSD.org
Fri Aug 28 16:39:11 UTC 2020
Author: pkubaj
Date: Fri Aug 28 16:39:10 2020
New Revision: 546751
URL: https://svnweb.freebsd.org/changeset/ports/546751
Log:
MFH: r546750
security/tpm2-tss: fix build on GCC architectures
Use newer GCC, base GCC can't build it:
src/tss2-sys/api/Tss2_Sys_AC_GetCapability.c:49: error: '_TSS2_SYS_CONTEXT_BLOB' has no member named 'decryptAllowed'
src/tss2-sys/api/Tss2_Sys_AC_GetCapability.c:50: error: '_TSS2_SYS_CONTEXT_BLOB' has no member named 'encryptAllowed'
src/tss2-sys/api/Tss2_Sys_AC_GetCapability.c:51: error: '_TSS2_SYS_CONTEXT_BLOB' has no member named 'authAllowed'
Approved by: portmgr (fix build blanket)
Modified:
branches/2020Q3/security/tpm2-tss/Makefile
Directory Properties:
branches/2020Q3/ (props changed)
Modified: branches/2020Q3/security/tpm2-tss/Makefile
==============================================================================
--- branches/2020Q3/security/tpm2-tss/Makefile Fri Aug 28 16:38:18 2020 (r546750)
+++ branches/2020Q3/security/tpm2-tss/Makefile Fri Aug 28 16:39:10 2020 (r546751)
@@ -14,7 +14,7 @@ LICENSE= BSD2CLAUSE
LIB_DEPENDS= libjson-c.so:devel/json-c \
libcurl.so:ftp/curl
-USES= gmake libtool pkgconfig ssl
+USES= compiler:c11 gmake libtool pkgconfig ssl
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
More information about the svn-ports-branches
mailing list