summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-10-25 12:21:01 +0100
committerSam James <sam@gentoo.org>2022-10-25 12:21:01 +0100
commit28482b456cd9bbe9fff822ca6ef736540f029a9f (patch)
tree7769929f9911d82dfd71a7d4f2fe917d3b26a710 /dev-lang
parentdev-libs/libgpiod: Stabilize 1.6.3-r4 arm, #878249 (diff)
downloadgentoo-28482b456cd9bbe9fff822ca6ef736540f029a9f.tar.gz
gentoo-28482b456cd9bbe9fff822ca6ef736540f029a9f.tar.bz2
gentoo-28482b456cd9bbe9fff822ca6ef736540f029a9f.zip
dev-lang/python: fix py3.9 CFLAGS too
Bug: https://bugs.gentoo.org/878211 Fixes: ddbae51c4cfc2f579deb0294f82f20e0609c4353 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/python/python-3.9.15.ebuild5
1 files changed, 0 insertions, 5 deletions
diff --git a/dev-lang/python/python-3.9.15.ebuild b/dev-lang/python/python-3.9.15.ebuild
index 71160d6e637f..a4f409cd861b 100644
--- a/dev-lang/python/python-3.9.15.ebuild
+++ b/dev-lang/python/python-3.9.15.ebuild
@@ -225,11 +225,6 @@ src_configure() {
# disable implicit optimization/debugging flags
local -x OPT=
- # pass system CFLAGS & LDFLAGS as _NODIST, otherwise they'll get
- # propagated to sysconfig for built extensions
- local -x CFLAGS_NODIST=${CFLAGS}
- local -x LDFLAGS_NODIST=${LDFLAGS}
- local -x CFLAGS= LDFLAGS=
if tc-is-cross-compiler ; then
# pass system CFLAGS & LDFLAGS as _NODIST, otherwise they'll get