]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
On Linux (and some other systems) we need -rdynamic for backtraces
authorNick Mathewson <nickm@torproject.org>
Fri, 19 Jul 2013 18:18:43 +0000 (14:18 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 18 Nov 2013 15:43:14 +0000 (10:43 -0500)
configure.ac

index 5059079f7ce868307eac8120e38c264cef690ac8..8e247db328dc5b34ec4ace9cfe4908c54ec4f240 100644 (file)
@@ -593,6 +593,9 @@ if test x$enable_linker_hardening != xno; then
     TOR_CHECK_LDFLAGS(-z relro -z now, "$all_ldflags_for_check", "$all_libs_for_check")
 fi
 
+# For backtrace support
+TOR_CHECK_LDFLAGS(-rdynamic)
+
 dnl ------------------------------------------------------
 dnl Now see if we have a -fomit-frame-pointer compiler option.