[issue17029] h2py.py: search the multiarch include dir if it does exist

Matthias Klose report at bugs.python.org
Fri Jan 25 12:59:29 CET 2013


New submission from Matthias Klose:

On MultiArch systems, header files are split into /usr/include and /usr/include/<multiarch-tuple>. Make sure that h2py finds all headers. Currently the build of IN.py is broken, when running on such a system.

----------
components: Build
files: ma-h2py.diff
keywords: patch
messages: 180571
nosy: doko
priority: normal
severity: normal
status: open
title: h2py.py: search the multiarch include dir if it does exist
versions: Python 2.7, Python 3.2, Python 3.3, Python 3.4
Added file: http://bugs.python.org/file28821/ma-h2py.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17029>
_______________________________________


More information about the Python-bugs-list mailing list