[New-bugs-announce] [issue26271] freeze.py makefile uses the wrong flags variables

Daniel Shaulov report at bugs.python.org
Tue Feb 2 18:02:15 EST 2016


New submission from Daniel Shaulov:

Tools/Freeze/makemakefile.py uses CFLAGS, LDFLAGS and CPPFLAGS instead of the PY_ prefixed versions. This makes flags passed to ./configure ineffective.

The patch makes the trivial fix of adding PY_ when needed.

----------
components: Build
files: pyflags.patch
keywords: patch
messages: 259444
nosy: Daniel Shaulov
priority: normal
severity: normal
status: open
title: freeze.py makefile uses the wrong flags variables
type: behavior
versions: Python 3.5, Python 3.6
Added file: http://bugs.python.org/file41785/pyflags.patch

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


More information about the New-bugs-announce mailing list