From 28482b456cd9bbe9fff822ca6ef736540f029a9f Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 25 Oct 2022 12:21:01 +0100 Subject: dev-lang/python: fix py3.9 CFLAGS too Bug: https://bugs.gentoo.org/878211 Fixes: ddbae51c4cfc2f579deb0294f82f20e0609c4353 Signed-off-by: Sam James --- dev-lang/python/python-3.9.15.ebuild | 5 ----- 1 file changed, 5 deletions(-) (limited to 'dev-lang') 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 -- cgit v1.2.3-65-gdbad