Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Mar 2015 21:32:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 199050] lang/python34: Fix build with LibreSSL without NLS
Message-ID:  <bug-199050-21822-F66dJTJgO0@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-199050-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-199050-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Kevin Zheng <kevinz5000@gmail.com> has reassigned Bugzilla Automation
<bugzilla@FreeBSD.org>'s request for maintainer-feedback to python@FreeBSD.org:
Bug 199050: lang/python34: Fix build with LibreSSL without NLS
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199050



--- Description ---
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-199050-21822-F66dJTJgO0>