commit:     28482b456cd9bbe9fff822ca6ef736540f029a9f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 25 11:21:01 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 25 11:21:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28482b45

dev-lang/python: fix py3.9 CFLAGS too

Bug: https://bugs.gentoo.org/878211
Fixes: ddbae51c4cfc2f579deb0294f82f20e0609c4353
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-lang/python/python-3.9.15.ebuild | 5 -----
 1 file changed, 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

Reply via email to