]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-94404: Use module CFLAGS before PY_STDMODULE_CFLAGS (GH-94413) (GH-94415)
authorChristian Heimes <christian@python.org>
Wed, 29 Jun 2022 14:22:41 +0000 (16:22 +0200)
committerGitHub <noreply@github.com>
Wed, 29 Jun 2022 14:22:41 +0000 (16:22 +0200)
commita548a456330f9a9d99a0bd4e11e6e0862da81989
tree6124f5156e30cc42f9125503e03450e0070c97f8
parent9140c413d03080f12066b6f7f23f8c92543b5ded
[3.11] gh-94404: Use module CFLAGS before PY_STDMODULE_CFLAGS (GH-94413) (GH-94415)

``PY_STDMODULE_CFLAGS`` may contain include directories with system
headers. This can break compiling with built-in libmpdec.
Co-authored-by: Christian Heimes <christian@python.org>
Makefile.pre.in
Misc/NEWS.d/next/Build/2022-06-29-08-58-31.gh-issue-94404.3MadM6.rst
Modules/makesetup