app-arch/zip: build all configure tests w/ gnu89 too

Closes: https://bugs.gentoo.org/943727
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-11-24 23:25:52 +00:00
parent a15c372550
commit a1fd2801b2

View File

@@ -38,6 +38,8 @@ src_prepare() {
}
src_configure() {
# Needed for tricky configure tests w/ C23 (bug #943727)
export CC="$(tc-getCC) -std=gnu89"
# Needed for Clang 16
append-flags -std=gnu89