summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Trisciani <luca.trisciani@gmail.com>2018-11-05 11:11:39 +0100
committerLuca Trisciani <luca.trisciani@gmail.com>2018-11-05 11:11:39 +0100
commitd1dbc96f0f54a0e21637aeb1e02795fe9e4a8355 (patch)
treee882060e6e950988a784c4189439c741ea5d2961
parentf2a710eebcd4992291dcb43e9827f74994ea49aa (diff)
Changes to link in Ubuntu 18.04 and similar
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 897d2c1..67ece42 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,4 +1,4 @@
bin_PROGRAMS = leqm-nrt
leqm_nrt_SOURCES = leqm-nrt.c
leqm_nrt_CCFLAGS = -I /usr/include/pthread -I /usr/include/sndfile
-leqm_nrt_LDFLAGS = -lsndfile -lm -lpthread
+leqm_nrt_LDFLAGS = -Wl,--no-as-needed -lsndfile -lm -lpthread