From: Remi Gacogne Date: Fri, 12 Nov 2021 14:57:18 +0000 (+0100) Subject: dnsdist: Add a comment on which symbols are actually exported X-Git-Tag: auth-4.7.0-alpha1~103^2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f7aa52b04e95cf632e71b7df570f83172db3417;p=thirdparty%2Fpdns.git dnsdist: Add a comment on which symbols are actually exported --- 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" ])