mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-29 10:18:08 -07:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user