c7aa42313b
git-svn-id: svn://svn.openwrt.org/openwrt/packages@8954 3c298f89-4303-0410-b956-a3cf2f4a3e73
16 lines
412 B
Diff
16 lines
412 B
Diff
Index: mutella-0.4.5/mutella/main.cpp
|
|
===================================================================
|
|
--- mutella-0.4.5.orig/mutella/main.cpp 2007-09-22 05:48:22.000000000 +0200
|
|
+++ mutella-0.4.5/mutella/main.cpp 2007-09-22 05:48:22.000000000 +0200
|
|
@@ -45,6 +45,10 @@
|
|
#define HAVE_BACKTRACE
|
|
#endif
|
|
|
|
+#ifdef __UCLIBC__
|
|
+#undef HAVE_BACKTRACE
|
|
+#endif
|
|
+
|
|
#ifdef HAVE_BACKTRACE
|
|
#include <execinfo.h>
|
|
#endif
|