From 6528e8c1cb3fbf2c3ca99fc6e0391026e92b5cdb Mon Sep 17 00:00:00 2001 From: Eric Date: Sat, 11 Apr 2020 01:04:08 +0200 Subject: tests: dlopen does not imply availability of dlsym.. Check for both. Change-Id: If41a20bf499f791432f5f207e40688e97fb6e9f7 --- tests/gbproxy/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') 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) -- cgit v1.2.3