mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
community/ax25-apps: fix build with gcc 14.2
This commit is contained in:
parent
5c59559618
commit
3ee0e4df4a
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user