add mutella (thanks to olli)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@8954 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
15
net/mutella/patches/001-no_backtrace.patch
Normal file
15
net/mutella/patches/001-no_backtrace.patch
Normal file
@ -0,0 +1,15 @@
|
||||
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
|
Reference in New Issue
Block a user