app-arch/zip: Sync with Gentoo

It's from Gentoo commit a1fd2801b201f00cc014fb8a59bc32baad8e110a.
This commit is contained in:
Flatcar Buildbot 2024-11-25 07:04:33 +00:00 committed by Krzesimir Nowak
parent a8d8540045
commit 26aafd1165

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