[issue17219] cross add Python's library directory when building python standard extensions

2014-10-02 Thread Matthias Klose
Matthias Klose added the comment: fixed in 2.7, 3.4 and 3.5 -- resolution: - fixed status: open - closed versions: +Python 2.7, Python 3.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17219

[issue17219] cross add Python's library directory when building python standard extensions

2014-10-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset 222e0faa5fa9 by doko in branch '2.7': - Issue #17219: Add library build dir for Python extension cross-builds. https://hg.python.org/cpython/rev/222e0faa5fa9 New changeset c5f908c56fbd by doko in branch '3.4': - Issue #17219: Add library build dir

[issue17219] cross add Python's library directory when building python standard extensions

2014-09-30 Thread Mark Lawrence
Mark Lawrence added the comment: The patch is a one line change to distutils/command/build_ext.py. Can we have the stage set and a patch review done please, distutils is black magic to me. -- components: +Distutils nosy: +BreamoreBoy, dstufft, eric.araujo

[issue17219] cross add Python's library directory when building python standard extensions

2013-10-13 Thread Roumen Petrov
Changes by Roumen Petrov bugtr...@roumenpetrov.info: Added file: http://bugs.python.org/file32080/0002-issue17219-add-current-dir-in-library-path-if-buildi.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17219

[issue17219] cross add Python's library directory when building python standard extensions

2013-02-17 Thread Roumen Petrov
New submission from Roumen Petrov: For native build distutils add current directory to library path. This is not activated in case of cross-build. Before , as part of issue3871 and issue15483, was updated setup.py , but now I would like to propose a simple more general solution with attached

[issue17219] cross add Python's library directory when building python standard extensions

2013-02-17 Thread Roumen Petrov
Changes by Roumen Petrov bugtr...@roumenpetrov.info: -- components: +Cross-Build -Build type: - compile error ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17219 ___

[issue17219] cross add Python's library directory when building python standard extensions

2013-02-17 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis arfrever@gmail.com: -- nosy: +Arfrever ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17219 ___