git: a03dc3f42806 - main - ftp/curl: Fix OPENSSL_CONFIGURE_WITH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Feb 2023 14:04:54 UTC
The branch main has been updated by tijl: URL: https://cgit.FreeBSD.org/ports/commit/?id=a03dc3f428068a905a140205fe65f5e57cb70568 commit a03dc3f428068a905a140205fe65f5e57cb70568 Author: Tijl Coosemans <tijl@FreeBSD.org> AuthorDate: 2023-01-17 20:48:11 +0000 Commit: Tijl Coosemans <tijl@FreeBSD.org> CommitDate: 2023-02-03 13:50:47 +0000 ftp/curl: Fix OPENSSL_CONFIGURE_WITH Upstream renamed --with-ssl to --with-openssl, and --without-ssl now means no SSL at all. This fixes building with SSL libraries other than OpenSSL. Approved by: sunpoet (via email) --- ftp/curl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index 09a1398ff53d..040359c87a65 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -111,7 +111,7 @@ LIBSSH2_CONFIGURE_WITH= libssh2 LIBSSH2_LIB_DEPENDS= libssh2.so:security/libssh2 MQTT_CONFIGURE_ENABLE= mqtt NTLM_CONFIGURE_ENABLE= ntlm -OPENSSL_CONFIGURE_WITH= ssl=${OPENSSLBASE} +OPENSSL_CONFIGURE_WITH= openssl=${OPENSSLBASE} OPENSSL_CPPFLAGS= -I${OPENSSLINC} OPENSSL_LDFLAGS= -L${OPENSSLLIB} OPENSSL_USES= ssl