Skip to content

Commit

Permalink
comms/gqrx: Re-enable ASLR
Browse files Browse the repository at this point in the history
Following commit 35f7383, Gqrx does not crash anymore with ASLR enabled.
  • Loading branch information
martymac committed Sep 20, 2023
1 parent 35f7383 commit 7c65f9e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions comms/gqrx/Makefile
@@ -1,7 +1,7 @@
PORTNAME= gqrx
PORTVERSION= 2.16
DISTVERSIONPREFIX= v
PORTREVISION= 2
PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= comms hamradio

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7c65f9e

Please sign in to comment.