
git-svn-id: svn://svn.openwrt.org/openwrt/packages@8982 3c298f89-4303-0410-b956-a3cf2f4a3e73
21 lines
578 B
Diff
21 lines
578 B
Diff
--- aMule-2.1.3/src/libs/common/MuleDebug.cpp.orig 2006-01-01 06:17:25.000000000 +0100
|
|
+++ aMule-2.1.3/src/libs/common/MuleDebug.cpp 2007-09-23 15:12:40.000000000 +0200
|
|
@@ -32,7 +32,7 @@
|
|
#include "MuleDebug.h" // Interface declaration
|
|
#include "StringFunctions.h" // Needed for unicode2char
|
|
|
|
-#ifdef __LINUX__
|
|
+#if defined(__LINUX__) && !defined(__UCLIBC__)
|
|
#include <execinfo.h>
|
|
#include <cxxabi.h>
|
|
#include <wx/thread.h>
|
|
@@ -151,7 +151,7 @@
|
|
return walker.m_trace;
|
|
}
|
|
|
|
-#elif defined(__LINUX__)
|
|
+#elif defined(__LINUX__) && !defined(__UCLIBC__)
|
|
|
|
#if HAVE_BFD
|
|
|