]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94642: Remove -D_XOPEN_SOURCE from more pkg-config CFLAGS (#94657)
authorChristian Heimes <christian@python.org>
Thu, 7 Jul 2022 12:47:32 +0000 (14:47 +0200)
committerGitHub <noreply@github.com>
Thu, 7 Jul 2022 12:47:32 +0000 (14:47 +0200)
commit29f86d6c28fa9ed39e42678776d6005eaf5090c8
tree6eafbb247352f34f0ce87c372cb2e2da65d779a7
parented136b96737fdbeff864079d12904cb962c6cce5
gh-94642: Remove -D_XOPEN_SOURCE from more pkg-config CFLAGS (#94657)

Some pkg-config pc files define CFLAGS with -D_XOPEN_SOURCE=600. We always want _XOPEN_SOURCE=700.
configure
configure.ac