mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
community/afpfs-ng: fix build with gcc 14
This commit is contained in:
parent
42f4f2d361
commit
bc8d00f01b
@ -2,7 +2,7 @@
|
|||||||
# Maintainer:
|
# Maintainer:
|
||||||
pkgname=afpfs-ng
|
pkgname=afpfs-ng
|
||||||
pkgver=0.8.1
|
pkgver=0.8.1
|
||||||
pkgrel=11
|
pkgrel=12
|
||||||
pkgdesc="A client for the Apple Filing Protocol (AFP)"
|
pkgdesc="A client for the Apple Filing Protocol (AFP)"
|
||||||
url="http://alexthepuffin.googlepages.com/"
|
url="http://alexthepuffin.googlepages.com/"
|
||||||
arch="all"
|
arch="all"
|
||||||
@ -36,7 +36,7 @@ prepare() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
CFLAGS="$CFLAGS -Wno-error=format-security" \
|
CFLAGS="$CFLAGS -Wno-error=format-security -std=gnu89" \
|
||||||
./configure \
|
./configure \
|
||||||
--build=$CBUILD \
|
--build=$CBUILD \
|
||||||
--host=$CHOST \
|
--host=$CHOST \
|
||||||
|
Loading…
Reference in New Issue
Block a user