03-threads.patch 564 B

123456789101112131415161718
  1. Description: Fix LOCK_THREADS in settings.dist
  2. This patch takes into account that if --enable-threads is used, LOCK_THREADS
  3. doesn't get updated
  4. Author: Markus Stenberg <markus.stenberg@conformiq.com>
  5. Author: Daniel Rus Morales <danirus@tol-project.org>
  6. Bug-Debian: http://bugs.debian.org/276457
  7. --- dmalloc-5.5.1.orig/settings.dist 2007-03-25 21:16:43.000000000 +0200
  8. +++ dmalloc-5.5.1/settings.dist 2007-04-27 20:56:49.000000000 +0200
  9. @@ -409,7 +409,7 @@
  10. */
  11. #ifndef LOCK_THREADS
  12. -#define LOCK_THREADS 0
  13. +#define LOCK_THREADS 1
  14. #endif
  15. #if LOCK_THREADS