summaryrefslogtreecommitdiff
path: root/dev-lang/python/python-2.7.16.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/python/python-2.7.16.ebuild')
-rw-r--r--dev-lang/python/python-2.7.16.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-lang/python/python-2.7.16.ebuild b/dev-lang/python/python-2.7.16.ebuild
index a4801ad8bcc7..9a7abdad0e68 100644
--- a/dev-lang/python/python-2.7.16.ebuild
+++ b/dev-lang/python/python-2.7.16.ebuild
@@ -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)