aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorNikola <koue@chaosophia.net>2014-03-11 15:41:50 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-03-11 15:41:50 +0100
commit9e55636fe051f150820086d8dc34d710144fc5bb (patch)
tree285ead37b6320e3d8ca088d1f7714c1d68c4d63d /openbsc
parent9e15e187cc1b1acc6b1804f7fcfcb79575f00349 (diff)
trau: Fix linking on FreeBSD by using LIBRAY_DL
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/tests/trau/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/tests/trau/Makefile.am b/openbsc/tests/trau/Makefile.am
index d4aa1c327..cc1b4ef1b 100644
--- a/openbsc/tests/trau/Makefile.am
+++ b/openbsc/tests/trau/Makefile.am
@@ -13,5 +13,5 @@ trau_test_LDADD = $(top_builddir)/src/libbsc/libbsc.a \
$(top_builddir)/src/libtrau/libtrau.a \
$(top_builddir)/src/libcommon/libcommon.a \
$(LIBOSMOCORE_LIBS) $(LIBOSMOABIS_LIBS) \
- $(LIBOSMOGSM_LIBS) $(LIBSMPP34_LIBS) $(LIBOSMOVTY_LIBS) -ldl -ldbi
+ $(LIBOSMOGSM_LIBS) $(LIBSMPP34_LIBS) $(LIBOSMOVTY_LIBS) $(LIBRARY_DL) -ldbi