From 1fcf27a052e63e8e356255ecacaee575f7a3546e Mon Sep 17 00:00:00 2001 From: Jingyun Hua Date: Fri, 13 Sep 2024 01:19:34 +0000 Subject: [PATCH] community/dante: fix build with gcc 14 --- community/dante/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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