app-crypt/mit-krb5: build w/ -std=gnu17

There's a PR upstream to fix this but in the past when I've tried to
backport patches, they won't apply, so just use gnu17 for now.

Closes: https://bugs.gentoo.org/944006
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-11-22 16:37:37 +00:00
parent 78fee5d86d
commit 65a3e488d9

View File

@@ -71,6 +71,9 @@ src_configure() {
# lto-type-mismatch (bug #854225)
filter-lto
# https://github.com/krb5/krb5/pull/1304 (bug #944006)
append-cflags -std=gnu17
multilib-minimal_src_configure
}