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:
Sam James 2024-11-26 03:56:11 +00:00
parent a5cb9c88f9
commit fe38bc92d6
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -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