From 4f7aa52b04e95cf632e71b7df570f83172db3417 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Fri, 12 Nov 2021 15:57:18 +0100 Subject: [PATCH] dnsdist: Add a comment on which symbols are actually exported --- pdns/dnsdistdist/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/dnsdistdist/configure.ac b/pdns/dnsdistdist/configure.ac index 35550f0066..9df49229cd 100644 --- a/pdns/dnsdistdist/configure.ac +++ b/pdns/dnsdistdist/configure.ac @@ -57,7 +57,7 @@ AC_SUBST([IPCRYPT_LIBS], ['$(top_builddir)/ext/ipcrypt/libipcrypt.la']) PDNS_WITH_LUA([mandatory]) AS_IF([test "x$LUAPC" = "xluajit"], [ - # export all symbols to be able to use the Lua FFI interface + # export all symbols with default visibility, to be able to use the Lua FFI interface AC_MSG_NOTICE([Adding -rdynamic to export all symbols for the Lua FFI interface]) LDFLAGS="$LDFLAGS -rdynamic" ]) -- 2.47.2