aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorEric <ewild@sysmocom.de>2020-04-11 01:04:08 +0200
committerEric <ewild@sysmocom.de>2020-04-11 01:04:08 +0200
commit6528e8c1cb3fbf2c3ca99fc6e0391026e92b5cdb (patch)
tree9bdd08f27ce6117794eeb7c196abf257fcc09c0d /tests
parent6e4cd085b52819f511dd6d11870b09a358c03a0b (diff)
tests: dlopen does not imply availability of dlsym..
Check for both. Change-Id: If41a20bf499f791432f5f207e40688e97fb6e9f7
Diffstat (limited to 'tests')
-rw-r--r--tests/gbproxy/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/gbproxy/Makefile.am b/tests/gbproxy/Makefile.am
index cb245b4cd..b9585acc8 100644
--- a/tests/gbproxy/Makefile.am
+++ b/tests/gbproxy/Makefile.am
@@ -46,5 +46,6 @@ gbproxy_test_LDADD = \
$(LIBOSMOVTY_LIBS) \
$(LIBOSMOABIS_LIBS) \
$(LIBRARY_DL) \
+ $(LIBRARY_DLSYM) \
-lrt \
$(NULL)