[package] update amule to 2.2.6 (#5914)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@17789 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -1,13 +1,11 @@
|
||||
Index: aMule-2.1.3/src/libs/common/MuleDebug.cpp
|
||||
===================================================================
|
||||
--- aMule-2.1.3.orig/src/libs/common/MuleDebug.cpp 2007-09-23 21:47:41.000000000 +0200
|
||||
+++ aMule-2.1.3/src/libs/common/MuleDebug.cpp 2007-09-23 21:47:41.000000000 +0200
|
||||
@@ -151,7 +151,7 @@
|
||||
--- a/src/libs/common/MuleDebug.cpp
|
||||
+++ b/src/libs/common/MuleDebug.cpp
|
||||
@@ -168,7 +168,7 @@ wxString get_backtrace(unsigned n)
|
||||
return walker.m_trace;
|
||||
}
|
||||
|
||||
-#elif defined(__LINUX__)
|
||||
+#elif defined(__LINUX__) && !defined(__UCLIBC__)
|
||||
|
||||
#if HAVE_BFD
|
||||
#ifdef HAVE_BFD
|
||||
|
||||
|
Reference in New Issue
Block a user