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)
This commit is contained in:
parent
aef9faa21e
commit
a03dc3f428
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue