branch Attitude Adjustment packages
[12.09/packages.git] / net / mutella / patches / 001-no_backtrace.patch
1 Index: mutella-0.4.5/mutella/main.cpp
2 ===================================================================
3 --- mutella-0.4.5.orig/mutella/main.cpp 2007-09-22 05:48:22.000000000 +0200
4 +++ mutella-0.4.5/mutella/main.cpp      2007-09-22 05:48:22.000000000 +0200
5 @@ -45,6 +45,10 @@
6  #define HAVE_BACKTRACE
7  #endif
8  
9 +#ifdef __UCLIBC__
10 +#undef HAVE_BACKTRACE
11 +#endif
12 +
13  #ifdef HAVE_BACKTRACE
14  #include <execinfo.h>
15  #endif