summaryrefslogtreecommitdiff
path: root/dev-lang/python/python-3.10.20.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/python/python-3.10.20.ebuild')
-rw-r--r--dev-lang/python/python-3.10.20.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/python/python-3.10.20.ebuild b/dev-lang/python/python-3.10.20.ebuild
index 841a3e90110af..755613985a5a8 100644
--- a/dev-lang/python/python-3.10.20.ebuild
+++ b/dev-lang/python/python-3.10.20.ebuild
@@ -148,10 +148,10 @@ build_cbuild_python() {
#
# -fno-lto to avoid bug #700012 (not like it matters for mini-CBUILD Python anyway)
local -x CFLAGS_NODIST="${BUILD_CFLAGS} -fno-lto"
- local -x LDFLAGS_NODIST=${BUILD_LDFLAGS}
+ local -x LDFLAGS_NODIST="${BUILD_LDFLAGS} -fno-lto"
local -x CFLAGS= LDFLAGS=
local -x BUILD_CFLAGS="${CFLAGS_NODIST}"
- local -x BUILD_LDFLAGS=${LDFLAGS_NODIST}
+ local -x BUILD_LDFLAGS="${LDFLAGS_NODIST}"
# We need to build our own Python on CBUILD first, and feed it in.
# bug #847910 and bug #864911.