[MacPorts] #58963: libimobiledevice: Undefined symbols: _SSLv3_method
MacPorts
noreply at macports.org
Sun Nov 10 13:08:59 UTC 2019
#58963: libimobiledevice: Undefined symbols: _SSLv3_method
-------------------------------+----------------------
Reporter: ryandesign | Owner: amake
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: libimobiledevice |
-------------------------------+----------------------
Comment (by amake):
Sorry, that commit was totally wrong: I thought for a moment this was a
Catalina issue, but it's an OpenSSL 1.1 issue. I've removed the OS version
check for now.
I thought I could fix this by making it use the openssl10 port, but I
can't figure out how to do it. The following appears to be how the
configure script wants to receive OpenSSL-related options, but it still
fails the same way.
{{{
configure.env-append \
openssl_CFLAGS=-I${prefix}/include/openssl-1.0 \
"openssl_LIBS=-L${prefix}/lib/openssl-1.0 -lssl -lcrypto"
}}}
--
Ticket URL: <https://trac.macports.org/ticket/58963#comment:11>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list