community/afpfs-ng: fix build with gcc 14

This commit is contained in:
Jingyun Hua 2024-09-12 09:42:20 +00:00 committed by Patrycja Rosa
parent 42f4f2d361
commit bc8d00f01b

View file

@ -2,7 +2,7 @@
# Maintainer:
pkgname=afpfs-ng
pkgver=0.8.1
pkgrel=11
pkgrel=12
pkgdesc="A client for the Apple Filing Protocol (AFP)"
url="http://alexthepuffin.googlepages.com/"
arch="all"
@ -36,7 +36,7 @@ prepare() {
}
build() {
CFLAGS="$CFLAGS -Wno-error=format-security" \
CFLAGS="$CFLAGS -Wno-error=format-security -std=gnu89" \
./configure \
--build=$CBUILD \
--host=$CHOST \