opennhrp: Enable parallel build
[openwrt/svn-archive/archive.git] / net / amule / patches / 001-no_backtrace.patch
1 --- a/src/libs/common/MuleDebug.cpp
2 +++ b/src/libs/common/MuleDebug.cpp
3 @@ -168,7 +168,7 @@ wxString get_backtrace(unsigned n)
4 return walker.m_trace;
5 }
6
7 -#elif defined(__LINUX__)
8 +#elif defined(__LINUX__) && !defined(__UCLIBC__)
9
10 #ifdef HAVE_BFD
11