[Bug 197757] lang/python27, lang/python32 and lang/python33: pythonX.Y-config --ldflags missing -L/usr/local/lib when NLS option turned off
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Feb 17 09:50:57 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197757
Bug ID: 197757
Summary: lang/python27, lang/python32 and lang/python33:
pythonX.Y-config --ldflags missing -L/usr/local/lib
when NLS option turned off
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: antoine at FreeBSD.org
Flags: maintainer-feedback?(python at FreeBSD.org)
Assignee: python at FreeBSD.org
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 at FreeBSD.org> ---
Auto-assigned to maintainer python at FreeBSD.org
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-python
mailing list