#66070 closed defect (fixed)

curl @7.86.0: conflicting configure arguments when using ssl library other than openssl

Reported by: polydevuk Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.8.0
Keywords: Cc: jpmelko
Port: curl

Description (last modified by jmroot (Joshua Root))

While updating outdated ports I encountered a curl configure error relating to conflicting ssl flags as follows:

:info:configure configure: error: --without-ssl has been set together with an explicit option to use an ssl library
:info:configure (e.g. --with-openssl, --with-gnutls, --with-wolfssl, --with-mbedtls, --with-nss, --with-schannel, --with-secure-transport, --with-amissl, --with-bearssl, --with-rustls).
:info:configure Since these are conflicting parameters, verify which is the desired one and drop the other.

My curl variant is: curl @7.85.0_0 +ares +gnutls +http2 +sftp_scp

Change History (5)

comment:1 Changed 18 months ago by polydevuk

Description: modified (diff)

comment:2 Changed 18 months ago by jmroot (Joshua Root)

Description: modified (diff)
Keywords: curl ssl removed
Owner: set to ryandesign
Status: newassigned

comment:3 Changed 18 months ago by jpmelko

Cc: jpmelko added

comment:4 Changed 18 months ago by ryandesign (Ryan Carsten Schmidt)

Status: assignedaccepted
Summary: Conflicting openssl flags in curl configcurl @7.86.0: conflicting configure arguments when using ssl library other than openssl

comment:5 Changed 18 months ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: acceptedclosed

In 51ed5e922a387f72c835c9e43b7b3250bb6ffafc/macports-ports (master):

curl: Fix ssl variants other than openssl

Closes: #66070

Note: See TracTickets for help on using tickets.