mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +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>
|
# Maintainer: Milan P. Stanić <mps@arvanta.net>
|
||||||
pkgname=ax25-apps
|
pkgname=ax25-apps
|
||||||
pkgver=0.0.8_rc5
|
pkgver=0.0.8_rc5
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
_ver=${pkgver/_rc/-rc}
|
_ver=${pkgver/_rc/-rc}
|
||||||
pkgdesc="programs for the amateur radio (hamradio) protocol AX.25"
|
pkgdesc="programs for the amateur radio (hamradio) protocol AX.25"
|
||||||
url="http://www.linux-ax25.org"
|
url="http://www.linux-ax25.org"
|
||||||
@ -24,6 +24,7 @@ prepare() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
export CFLAGS="$CFLAGS -fpermissive"
|
||||||
./configure \
|
./configure \
|
||||||
--build=$CBUILD \
|
--build=$CBUILD \
|
||||||
--host=$CHOST \
|
--host=$CHOST \
|
||||||
|
Loading…
Reference in New Issue
Block a user