packages/net/mutella/patches/001-no_backtrace.patch
nico c7aa42313b add mutella (thanks to olli)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@8954 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-22 18:21:30 +00:00

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