community/ax25-apps: fix build with gcc 14.2

This commit is contained in:
Milan P. Stanić 2024-08-22 21:22:27 +00:00
parent 5c59559618
commit 3ee0e4df4a

View File

@ -2,7 +2,7 @@
# Maintainer: Milan P. Stanić <mps@arvanta.net>
pkgname=ax25-apps
pkgver=0.0.8_rc5
pkgrel=0
pkgrel=1
_ver=${pkgver/_rc/-rc}
pkgdesc="programs for the amateur radio (hamradio) protocol AX.25"
url="http://www.linux-ax25.org"
@ -24,6 +24,7 @@ prepare() {
}
build() {
export CFLAGS="$CFLAGS -fpermissive"
./configure \
--build=$CBUILD \
--host=$CHOST \