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:
nico
2007-09-22 18:21:30 +00:00
parent 995e26c701
commit c7aa42313b
3 changed files with 96 additions and 0 deletions

View 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