]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Add a comment on which symbols are actually exported
authorRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 12 Nov 2021 14:57:18 +0000 (15:57 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 22 Dec 2021 08:30:44 +0000 (09:30 +0100)
pdns/dnsdistdist/configure.ac

index 35550f00668758abf34f4fd77378d31ae20c71ef..9df49229cd2c9ee9ddef8d77bd1076b9e7fd3e47 100644 (file)
@@ -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"
 ])