Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Feb 2015 09:50:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 197757] lang/python27, lang/python32 and lang/python33: pythonX.Y-config --ldflags missing -L/usr/local/lib when NLS option turned off
Message-ID:  <bug-197757-21822-cXuVFMYsNj@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-197757-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-197757-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Antoine Brodin <antoine@FreeBSD.org> has reassigned Bugzilla Automation
<bugzilla@FreeBSD.org>'s request for maintainer-feedback to python@FreeBSD.=
org:
Bug 197757: lang/python27, lang/python32 and lang/python33: pythonX.Y-config
--ldflags missing -L/usr/local/lib when NLS option turned off
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D197757



--- Description ---
When built with NLS option turned off,	-L/usr/local/lib is missing from
pythonX.Y-config --ldflags:

# python2.7-config --ldflags
-lpython2.7 -lutil -lm -Wl,--export-dynamic

# python3.2-config --ldflags
-lutil -lm -lpython3.2mu -Wl,--export-dynamic

# python3.3-config --ldflags
-lutil -lm -lpython3.3m -Wl,--export-dynamic


In version 3.4,  python-config was rewritten and the problem seems fixed

# python3.4-config --ldflags
 -L/usr/local/lib  -lutil -lm  -lpython3.4m -Wl,--export-dynamic

--- Comment #1 from Bugzilla Automation <bugzilla@FreeBSD.org> ---
Auto-assigned to maintainer python@FreeBSD.org=



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