git: c44bdce23e14 - main - security/openconnect: Make build happy with openssl3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Nov 2023 15:52:53 UTC
The branch main has been updated by zi: URL: https://cgit.FreeBSD.org/ports/commit/?id=c44bdce23e14bdca387c936e4257bd37a45f4159 commit c44bdce23e14bdca387c936e4257bd37a45f4159 Author: Ryan Steinmetz <zi@FreeBSD.org> AuthorDate: 2023-11-10 15:51:53 +0000 Commit: Ryan Steinmetz <zi@FreeBSD.org> CommitDate: 2023-11-10 15:51:53 +0000 security/openconnect: Make build happy with openssl3 PR: 275007 Submitted by: Franco Fichtner <franco@opnsense.org> --- security/openconnect/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/security/openconnect/Makefile b/security/openconnect/Makefile index 200d8584c4bf..03af6d07b323 100644 --- a/security/openconnect/Makefile +++ b/security/openconnect/Makefile @@ -19,7 +19,8 @@ CONFIGURE_ARGS= --disable-nls --with-vpnc-script=${LOCALBASE}/sbin/vpnc-script \ --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \ --without-openssl-version-check --without-libpcsclite \ --without-libpskc -USES= cpe gmake iconv libtool pkgconfig python:build ssl shebangfix +USES= cpe gmake iconv libtool localbase pkgconfig python:build ssl \ + shebangfix CPE_VENDOR= infradead INSTALL_TARGET= install-strip USE_LDCONFIG= yes