From 5d2a0a6bad77dc2df60fd5a1a72f6eedf0923e23 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 (cherry picked from commit f1f504545f6165b794e8fe5ddd29812610c63db9) --- 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 53f10aa26..d1758ac05 100644 --- a/pdns/recursordist/configure.ac +++ b/pdns/recursordist/configure.ac @@ -105,8 +105,7 @@ AS_IF([test "x$LUAPC" = "x" -a "x$LUAJITPC" = "x"], [ AS_IF([test "x$LUAJITPC" != "x"], [ # 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.50.0