mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user