Package Details: aprx 2.9.1-1

Git Clone URL: https://aur.archlinux.org/aprx.git (read-only, click to copy)
Package Base: aprx
Description: An APRS Digipeater and/or Internet Gateway
Upstream URL: http://thelifeofkenneth.com/aprx/
Keywords: amateurradio hamradio
Licenses: custom
Submitter: TheLugal
Maintainer: TheLugal
Last Packager: TheLugal
Votes: 1
Popularity: 0.000000
First Submitted: 2017-03-15 09:15 (UTC)
Last Updated: 2023-03-24 11:11 (UTC)

Dependencies (1)

Required by (0)

Sources (2)

Latest Comments

thasti commented on 2020-12-20 18:22 (UTC)

This does not build as is with GCC10. The following modification is required:

--- PKGBUILD.old    2020-12-20 18:17:15.664779067 +0000
+++ PKGBUILD    2020-12-20 18:20:09.862469018 +0000
@@ -20,7 +20,7 @@
 # For a small memory system without writeable /tmp add --with-embedded   
    cd "$pkgname-$pkgver"
   ./configure --prefix=/usr -mandir=/usr/share/man #--with-embedded 
-  make
+  make CFLAGS="-fcommon -O2"
 }

 package() {