]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94404: Use module CFLAGS before PY_STDMODULE_CFLAGS (GH-94413)
authorChristian Heimes <christian@python.org>
Wed, 29 Jun 2022 13:44:14 +0000 (15:44 +0200)
committerGitHub <noreply@github.com>
Wed, 29 Jun 2022 13:44:14 +0000 (15:44 +0200)
commit6485c3c7267eeb4095530af474c43f1244cb492b
tree2dd3e4b008e4fd8f95e3237dee78cec85492c823
parent655b3aa4c8889a46e44b449cec16c85704a5e274
gh-94404: Use module CFLAGS before PY_STDMODULE_CFLAGS (GH-94413)

``PY_STDMODULE_CFLAGS`` may contain include directories with system
headers. This can break compiling with built-in libmpdec.
Makefile.pre.in
Misc/NEWS.d/next/Build/2022-06-29-08-58-31.gh-issue-94404.3MadM6.rst
Modules/makesetup