diff --git a/community/afpfs-ng/APKBUILD b/community/afpfs-ng/APKBUILD index 378fe22d89a..9682ea75c2f 100644 --- a/community/afpfs-ng/APKBUILD +++ b/community/afpfs-ng/APKBUILD @@ -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 \