mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
community/dante: fix build with gcc 14
This commit is contained in:
parent
6695b1bcfa
commit
1fcf27a052
@ -2,7 +2,7 @@
|
|||||||
# Maintainer: Paul Kilar <pkilar@gmail.com>
|
# Maintainer: Paul Kilar <pkilar@gmail.com>
|
||||||
pkgname=dante
|
pkgname=dante
|
||||||
pkgver=1.4.3
|
pkgver=1.4.3
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
pkgdesc="Dante is SOCKS server and a SOCKS client"
|
pkgdesc="Dante is SOCKS server and a SOCKS client"
|
||||||
url="https://www.inet.no/dante/"
|
url="https://www.inet.no/dante/"
|
||||||
arch="all"
|
arch="all"
|
||||||
@ -24,6 +24,7 @@ prepare() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
CFLAGS="$CFLAGS -Wno-implicit-function-declaration"
|
||||||
subpackages="$pkgname-dev $pkgname-doc"
|
subpackages="$pkgname-dev $pkgname-doc"
|
||||||
ac_cv_func_sched_setscheduler=no ./configure --prefix=/usr
|
ac_cv_func_sched_setscheduler=no ./configure --prefix=/usr
|
||||||
make
|
make
|
||||||
|
Loading…
Reference in New Issue
Block a user