mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
dev-util/gperf: build w/ -std=gnu17
We're waiting on a new release (still). Closes: https://bugs.gentoo.org/944112 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
a5cb9c88f9
commit
fe38bc92d6
@ -28,6 +28,9 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# bug #944112
|
||||
append-cflags -std=gnu17
|
||||
|
||||
# Aliasing violation (bug #858377)
|
||||
append-flags -fno-strict-aliasing
|
||||
filter-lto
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user