dev-lang/python: Force-off -OPT:Olimit=0 in 2.7 to unbreak clang+gcc

Bug: https://bugs.gentoo.org/596798
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2019-05-09 15:29:10 +02:00
parent a239f3e794
commit e1d806dae1

View File

@@ -182,6 +182,11 @@ src_configure() {
fi
local myeconfargs=(
# The check is broken on clang, and gives false positive:
# https://bugs.gentoo.org/596798
# (upstream dropped this flag in 3.2a4 anyway)
ac_cv_opt_olimit_ok=no
--with-fpectl
--enable-shared
$(use_enable ipv6)