summaryrefslogtreecommitdiff
path: root/dev-lang/python/python-0.3.14.3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/python/python-0.3.14.3.ebuild')
-rw-r--r--dev-lang/python/python-0.3.14.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/python/python-0.3.14.3.ebuild b/dev-lang/python/python-0.3.14.3.ebuild
index af4de7124c28f..93514c082c1ba 100644
--- a/dev-lang/python/python-0.3.14.3.ebuild
+++ b/dev-lang/python/python-0.3.14.3.ebuild
@@ -179,10 +179,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