[Bug 199050] lang/python34: Fix build with LibreSSL without NLS
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Mar 30 21:32:46 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199050
Bug ID: 199050
Summary: lang/python34: Fix build with LibreSSL without NLS
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: python at FreeBSD.org
Reporter: kevinz5000 at gmail.com
Flags: maintainer-feedback?(python at FreeBSD.org)
Assignee: python at FreeBSD.org
Created attachment 155029
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=155029&action=edit
Patch to fix build
The update to 3.4.3 fixed the build with LibreSSL by adding 'configure' tests
for RAND_egd. However, when building without NLS, 'configure' detects RAND_egd
from base OpenSSL and enables RAND_EGD support, but then results in a linker
failure.
The attached patch resolves this issue by unconditionally adding
"-L${LOCALBASE}/lib" to the build.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-python
mailing list