BIND 10 #2661: handle space in "-L /path/to/lib" output from python-config
BIND 10 Development
do-not-reply at isc.org
Thu Feb 7 08:05:57 UTC 2013
#2661: handle space in "-L /path/to/lib" output from python-config
-------------------------------------+-------------------------------------
Reporter: jinmei | Owner:
Type: defect | jinmei
Priority: medium | Status:
Component: build system | reviewing
Keywords: | Milestone:
Sensitive: 0 | Sprint-20130219
Sub-Project: Core | Resolution:
Estimated Difficulty: 2 | CVSS Scoring:
Total Hours: 0 | Defect Severity: N/A
| Feature Depending on Ticket:
| Add Hours to Ticket: 0
| Internal?: 0
-------------------------------------+-------------------------------------
Changes (by jelte):
* owner: jelte => jinmei
Comment:
No I mean the resulting value in $python_config_ldflags ends up being
empty, while python-X-config --ldflags certainly is not;
in current master, config output shows:
{{{
Python: -I/usr/include/python3.2mu -I/usr/include/python3.2mu
-L/usr/lib/python3.2/config-3.2mu
-Wl,-R/usr/lib/python3.2/config-3.2mu
-lpython3.2
}}}
but in this branch:
{{{
Python: -I/usr/include/python3.2mu -I/usr/include/python3.2mu
-L/usr/lib -Wl,-R/usr/lib
}}}
(also visible by adding an echo after the sed command in configure.ac)
--
Ticket URL: <http://bind10.isc.org/ticket/2661#comment:6>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list