[Bug 273961] xxxSSL lib incorrect links to base OpenSSL
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Sep 2023 10:30:55 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273961 Bug ID: 273961 Summary: xxxSSL lib incorrect links to base OpenSSL Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: rust@FreeBSD.org Reporter: rozhuk.im@gmail.com Assignee: rust@FreeBSD.org Flags: maintainer-feedback?(rust@FreeBSD.org) Something was changed at least in CMake and now ports use include from /usr/local/include but links with base OpenSSL. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273909 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273534 Probably affected: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273747 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273960 (really there is a py-cryptography / lang/rust error) and probably other ports. Fast fix for CMake based ports is add: CMAKE_ARGS+= -DOPENSSL_ROOT_DIR=${OPENSSLBASE} -- You are receiving this mail because: You are the assignee for the bug.