diff --git a/community/dante/APKBUILD b/community/dante/APKBUILD index bba46b976d9..17babf13f25 100644 --- a/community/dante/APKBUILD +++ b/community/dante/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Paul Kilar pkgname=dante pkgver=1.4.3 -pkgrel=3 +pkgrel=4 pkgdesc="Dante is SOCKS server and a SOCKS client" url="https://www.inet.no/dante/" arch="all" @@ -24,6 +24,7 @@ prepare() { } build() { + CFLAGS="$CFLAGS -Wno-implicit-function-declaration" subpackages="$pkgname-dev $pkgname-doc" ac_cv_func_sched_setscheduler=no ./configure --prefix=/usr make