[Bug 273534] multimedia/kodi: build fail with libressl
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 273534] multimedia/kodi: build fail with libressl"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Sep 2023 10:15:46 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273534
--- Comment #5 from Ivan Rozhuk <rozhuk.im@gmail.com> ---
Current patches are wrong.
...
-- Found OpenSSL: /usr/lib/libcrypto.so (found suitable version "1.1.1v",
minimum required is "1.1.0")
...
kodi use include files from libressl but links with base OpenSSL.
Same issue was here: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273609
Fast fix is: CMAKE_ARGS+= -DOPENSSL_ROOT_DIR=${OPENSSLBASE}
But probably this must be handled by build system, due to affect many ports.
--
You are receiving this mail because:
You are the assignee for the bug.