aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGanael LAPLANCHE <martymac@FreeBSD.org>2023-09-20 10:47:55 +0000
committerGanael LAPLANCHE <martymac@FreeBSD.org>2023-09-20 10:47:55 +0000
commit7c65f9efc34c6782e05889cc7a3e70c496786976 (patch)
tree21e1354106157f67b087a8610f63989b8a115d77
parent35f73836d156fc5bcec6eb9d8d3cd60c81c453af (diff)
downloadports-7c65f9efc34c6782e05889cc7a3e70c496786976.tar.gz
ports-7c65f9efc34c6782e05889cc7a3e70c496786976.zip
comms/gqrx: Re-enable ASLR
Following commit 35f7383, Gqrx does not crash anymore with ASLR enabled.
-rw-r--r--comms/gqrx/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/comms/gqrx/Makefile b/comms/gqrx/Makefile
index 4368cf73a328..9bda4b11aaed 100644
--- a/comms/gqrx/Makefile
+++ b/comms/gqrx/Makefile
@@ -1,7 +1,7 @@
PORTNAME= gqrx
PORTVERSION= 2.16
DISTVERSIONPREFIX= v
-PORTREVISION= 2
+PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= comms hamradio
@@ -32,9 +32,7 @@ LIB_DEPENDS= libgnuradio-runtime.so:comms/gnuradio \
libjack.so:audio/jack \
libportaudio.so:audio/portaudio
-USES= cmake compiler:c++11-lang elfctl gl pkgconfig qt:5
-
-ELF_FEATURES= +noaslr:src/gqrx
+USES= cmake compiler:c++11-lang gl pkgconfig qt:5
USE_GITHUB= yes
GH_ACCOUNT= gqrx-sdr