mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
sys-libs/libsmbios: drop -O3 filter
It was added for an old -Warray-bounds issue (which should've been fixed by stripping -Werror). Closes: https://bugs.gentoo.org/290097 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
f80fc5cd07
commit
18251e1f55
@ -5,7 +5,7 @@ EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..14} )
|
||||
|
||||
inherit autotools flag-o-matic python-single-r1
|
||||
inherit autotools python-single-r1
|
||||
|
||||
DESCRIPTION="Provide access to (SM)BIOS information"
|
||||
HOMEPAGE="https://github.com/dell/libsmbios"
|
||||
@ -67,9 +67,6 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# Remove -O3 for bug #290097
|
||||
replace-flags -O3 -O2
|
||||
|
||||
local myeconfargs=(
|
||||
$(use_enable doc doxygen)
|
||||
$(use_enable graphviz)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user