Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: mozcoreconf-2.eclass
Date: Sat, 21 Jun 2008 19:32:24
Message-Id: E1KA8os-0001pL-TW@stork.gentoo.org
1 armin76 08/06/21 19:32:18
2
3 Modified: mozcoreconf-2.eclass
4 Log:
5 Disable jemalloc on older glibc, as it fails to build
6
7 Revision Changes Path
8 1.3 eclass/mozcoreconf-2.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mozcoreconf-2.eclass?rev=1.3&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mozcoreconf-2.eclass?rev=1.3&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mozcoreconf-2.eclass?r1=1.2&r2=1.3
13
14 Index: mozcoreconf-2.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/mozcoreconf-2.eclass,v
17 retrieving revision 1.2
18 retrieving revision 1.3
19 diff -u -r1.2 -r1.3
20 --- mozcoreconf-2.eclass 11 May 2008 10:29:59 -0000 1.2
21 +++ mozcoreconf-2.eclass 21 Jun 2008 19:32:18 -0000 1.3
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2007 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/mozcoreconf-2.eclass,v 1.2 2008/05/11 10:29:59 armin76 Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/mozcoreconf-2.eclass,v 1.3 2008/06/21 19:32:18 armin76 Exp $
27 #
28 # mozcoreconf.eclass : core options for mozilla
29 # inherit mozconfig-2 if you need USE flags
30 @@ -189,6 +189,9 @@
31 if is-flag '-mcpu=ultrasparc*' || is-flag '-mtune=ultrasparc*'; then
32 mozconfig_annotate "building on ultrasparc" --enable-js-ultrasparc
33 fi
34 +
35 + # jemalloc won't build with older glibc
36 + ! has_version ">=sys-libs/glibc-2.4" && mozconfig_annotate "we have old glibc" --disable-jemalloc
37 }
38
39 # Simulate the silly csh makemake script
40
41
42
43 --
44 gentoo-commits@l.g.o mailing list