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' MFH: 2020Q3 (fix build blanket)
This commit is contained in:
parent
afe8962cb1
commit
7a51ba54c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=546750
@ -13,7 +13,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
|
||||
|
Loading…
Reference in New Issue
Block a user