From f1f504545f6165b794e8fe5ddd29812610c63db9 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Sun, 20 May 2018 11:13:59 +0200 Subject: [PATCH] -rdynamic is for the linker --- pdns/recursordist/configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pdns/recursordist/configure.ac b/pdns/recursordist/configure.ac index a5cc523336..7312cb3610 100644 --- a/pdns/recursordist/configure.ac +++ b/pdns/recursordist/configure.ac @@ -103,8 +103,7 @@ PDNS_WITH_LUA([mandatory]) AS_IF([test "x$LUAPC" = "xluajit"], [ # export all symbols to be able to use the Lua FFI interface AC_MSG_NOTICE([Adding -rdynamic to export all symbols for the Lua FFI interface]) - CFLAGS="$CFLAGS -rdynamic" - CXXFLAGS="$CXXFLAGS -rdynamic" + LDFLAGS="$LDFLAGS -rdynamic" ]) PDNS_CHECK_LUA_HPP -- 2.47.2