Gentoo Archives: gentoo-commits

From: "Ahmed Ammar (b33fc0d3)" <b33fc0d3@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/dmalloc/files: dmalloc-5.5.2-threads.patch
Date: Wed, 24 Sep 2008 12:49:35
Message-Id: E1KiToC-0001KF-Ow@stork.gentoo.org
1 b33fc0d3 08/09/24 12:49:32
2
3 Added: dmalloc-5.5.2-threads.patch
4 Log:
5 Fixed threads support. Trivial patch for build process.
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.26.3-rt7 i686)
7
8 Revision Changes Path
9 1.1 dev-libs/dmalloc/files/dmalloc-5.5.2-threads.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/dmalloc/files/dmalloc-5.5.2-threads.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/dmalloc/files/dmalloc-5.5.2-threads.patch?rev=1.1&content-type=text/plain
13
14 Index: dmalloc-5.5.2-threads.patch
15 ===================================================================
16 --- ./dmalloc-5.5.2/settings.dist.orig 2008-09-23 09:24:56.000000000 +0200
17 +++ ./dmalloc-5.5.2/settings.dist 2008-09-23 09:25:27.000000000 +0200
18 @@ -409,7 +409,7 @@
19 */
20
21 #ifndef LOCK_THREADS
22 -#define LOCK_THREADS 0
23 +#define LOCK_THREADS 1
24 #endif
25
26 #if LOCK_THREADS