]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
FreeBSD needs -lexecinfo to get backtrace()
authorMarcin Cieślak <saper@saper.info>
Fri, 25 Sep 2015 00:59:59 +0000 (00:59 +0000)
committerNick Mathewson <nickm@torproject.org>
Tue, 29 Sep 2015 08:04:30 +0000 (10:04 +0200)
configure.ac

index b190522cc1851bef44962482fca2784ef2074681..24de46ec2fb00ca40e6c5d5d4b76752c84f06ee1 100644 (file)
@@ -360,6 +360,7 @@ AC_SEARCH_LIBS(socket, [socket network])
 AC_SEARCH_LIBS(gethostbyname, [nsl])
 AC_SEARCH_LIBS(dlopen, [dl])
 AC_SEARCH_LIBS(inet_aton, [resolv])
+AC_SEARCH_LIBS(backtrace, [execinfo])
 saved_LIBS="$LIBS"
 AC_SEARCH_LIBS([clock_gettime], [rt])
 if test "$LIBS" != "$saved_LIBS"; then