void-packages/srcpkgs/python
newbluemoon 1a9e85068b python: restore previous distutils.sysconfig CFLAGS handling
CFLAGS retrieved via get_config_vars() had been
overwritten in Lib/distutils/sysconfig.py’s
function customize_compiler() when the CFLAGS
environment variable had been set. With 2.7.17
the flags are appended which leads to using host
CFLAGS when cross compiling.

The patch restores the old behaviour.
2019-11-20 17:55:32 +01:00
..
files
patches
template
update