From: Peter van Dijk Date: Sun, 20 May 2018 09:13:59 +0000 (+0200) Subject: -rdynamic is for the linker X-Git-Tag: rec-4.1.3~1^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F6646%2Fhead;p=thirdparty%2Fpdns.git -rdynamic is for the linker (cherry picked from commit f1f504545f6165b794e8fe5ddd29812610c63db9) --- diff --git a/pdns/recursordist/configure.ac b/pdns/recursordist/configure.ac index 53f10aa267..d1758ac051 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