mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
Merge branch 'bug11047'
This commit is contained in:
commit
0efa2821c7
9
changes/bug11047
Normal file
9
changes/bug11047
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
o Minor bugfixes:
|
||||||
|
|
||||||
|
- Build using the -fasynchronous-unwind-tables option so that more
|
||||||
|
platforms (in particular, ones like 32-bit Intel where the
|
||||||
|
-fomit-frame-pointer option is on by default and table
|
||||||
|
generation is not) will support generating backtraces. This
|
||||||
|
doesn't yet add Windows support yet; only Linux, OSX, and some BSD
|
||||||
|
are affected. Reported by 'cypherpunks'; fixes bug 11047; bugfix
|
||||||
|
on 0.2.5.2-alpha.
|
@ -648,6 +648,13 @@ fi
|
|||||||
CFLAGS="$saved_CFLAGS"
|
CFLAGS="$saved_CFLAGS"
|
||||||
AC_SUBST(F_OMIT_FRAME_POINTER)
|
AC_SUBST(F_OMIT_FRAME_POINTER)
|
||||||
|
|
||||||
|
dnl ------------------------------------------------------
|
||||||
|
dnl If we are adding -fomit-frame-pointer (or if the compiler's doing it
|
||||||
|
dnl for us, as GCC 4.6 and later do at many optimization levels), then
|
||||||
|
dnl we should try to add -fasynchronous-unwind-tables so that our backtrace
|
||||||
|
dnl code will work.
|
||||||
|
TOR_CHECK_CFLAGS(-fasynchronous-unwind-tables)
|
||||||
|
|
||||||
dnl ------------------------------------------------------
|
dnl ------------------------------------------------------
|
||||||
dnl Where do you live, libnatpmp? And how do we call you?
|
dnl Where do you live, libnatpmp? And how do we call you?
|
||||||
dnl There are no packages for Debian or Redhat as of this patch
|
dnl There are no packages for Debian or Redhat as of this patch
|
||||||
|
Loading…
Reference in New Issue
Block a user