disable shared memory on ARM hosts

Signed-off-by: Steve Markgraf <steve@steve-m.de>
This commit is contained in:
Steve Markgraf 2013-12-15 04:03:02 +01:00
parent 71e9543fce
commit 40ae519271
2 changed files with 7 additions and 1 deletions

View file

@ -20,4 +20,4 @@ kal_SOURCES = \
version.h
kal_CXXFLAGS = $(FFTW3_CFLAGS) $(LIBRTLSDR_CFLAGS)
kal_LDADD = $(FFTW3_LIBS) $(LIBRTLSDR_LIBS)
kal_LDADD = $(FFTW3_LIBS) $(LIBRTLSDR_LIBS) -lrt