Date: Wed, 20 Sep 2023 10:30:55 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 273961] xxxSSL lib incorrect links to base OpenSSL Message-ID: <bug-273961-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D273961 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=3D273909 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D273534 Probably affected: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D273747 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D273960 (really there is= a py-cryptography / lang/rust error) and probably other ports. Fast fix for CMake based ports is add: CMAKE_ARGS+=3D -DOPENSSL_ROOT_DIR=3D${OPENSSLBASE} --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-273961-7788>