git: aca6f9b18e87 - main - security/tpm2-tss: Fix build with base OpenSSL
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Mar 2022 15:26:30 UTC
The branch main has been updated by jkim: URL: https://cgit.FreeBSD.org/ports/commit/?id=aca6f9b18e874c73ac68990a2439ccec0be66ef0 commit aca6f9b18e874c73ac68990a2439ccec0be66ef0 Author: Jung-uk Kim <jkim@FreeBSD.org> AuthorDate: 2022-03-18 15:26:09 +0000 Commit: Jung-uk Kim <jkim@FreeBSD.org> CommitDate: 2022-03-18 15:26:09 +0000 security/tpm2-tss: Fix build with base OpenSSL PR: 262569 --- security/tpm2-tss/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/security/tpm2-tss/Makefile b/security/tpm2-tss/Makefile index a5fffea96627..1900b5219753 100644 --- a/security/tpm2-tss/Makefile +++ b/security/tpm2-tss/Makefile @@ -1,5 +1,6 @@ PORTNAME= tpm2-tss DISTVERSION= 3.2.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= https://github.com/tpm2-software/tpm2-tss/releases/download/${DISTVERSION}/ @@ -9,14 +10,13 @@ COMMENT= TPM2 Software Stack core library LICENSE= BSD2CLAUSE LIB_DEPENDS= libjson-c.so:devel/json-c \ - libcurl.so:ftp/curl \ - libssl.so.11:security/openssl + libcurl.so:ftp/curl USES= compiler:c11 gmake libtool pkgconfig ssl USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= LIBCRYPTO_CFLAGS="-I${OPENSSLINC}" LIBCRYPTO_LIBS="-L${OPENSSLLIB} -lcrypto" \ +CONFIGURE_ENV= CRYPTO_CFLAGS="-I${OPENSSLINC}" CRYPTO_LIBS="-L${OPENSSLLIB} -lcrypto" \ EXTRA_CFLAGS="-I${LOCALBASE}/include" KEYDIR= /var/lib/tpm2-tss/system/keystore