[package] add dmalloc, patch from Raphael Huck
git-svn-id: svn://svn.openwrt.org/openwrt/packages@20300 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
11
devel/dmalloc/patches/210-fix_threads.patch
Normal file
11
devel/dmalloc/patches/210-fix_threads.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- a/settings.dist
|
||||
+++ b/settings.dist
|
||||
@@ -409,7 +409,7 @@
|
||||
*/
|
||||
|
||||
#ifndef LOCK_THREADS
|
||||
-#define LOCK_THREADS 0
|
||||
+#define LOCK_THREADS 1
|
||||
#endif
|
||||
|
||||
#if LOCK_THREADS
|
Reference in New Issue
Block a user