mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user