Date: Tue, 07 Sep 2021 17:34:59 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 258345] net/libwebsockets: Fix building with LibreSSL Message-ID: <bug-258345-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D258345 Bug ID: 258345 Summary: net/libwebsockets: Fix building with LibreSSL Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: rob.kruus@gmail.com Created attachment 227740 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D227740&action= =3Dedit Force use of libressl libs/includes in build if required. If libressl is defined as default in make.conf (ssl=3Dlibressl), the build = uses both the base ssl and LibreSSL. The port builds fine without this, but linking against generated libs causes confusion. The build can be forced to build only against the LibreSSL libs and include= s. This patch links against LibreSSL dynamic libs, but can also use static libs (change .so to .a). --- Comment #1 from Bugzilla Automation <bugzilla@FreeBSD.org> --- Maintainer informed via mail --=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-258345-7788>