Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: mysql.eclass
Date: Wed, 16 Jan 2008 04:01:17
Message-Id: E1JEzSk-0006vV-Pd@stork.gentoo.org
1 robbat2 08/01/16 04:01:14
2
3 Modified: mysql.eclass
4 Log:
5 Use --without-readline when building the minimal version as so not to use the bundled old readline, per bug #192149.
6
7 Revision Changes Path
8 1.84 eclass/mysql.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mysql.eclass?rev=1.84&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mysql.eclass?rev=1.84&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mysql.eclass?r1=1.83&r2=1.84
13
14 Index: mysql.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v
17 retrieving revision 1.83
18 retrieving revision 1.84
19 diff -p -w -b -B -u -u -r1.83 -r1.84
20 --- mysql.eclass 8 Nov 2007 09:42:55 -0000 1.83
21 +++ mysql.eclass 16 Jan 2008 04:01:14 -0000 1.84
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/mysql.eclass,v 1.83 2007/11/08 09:42:55 robbat2 Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.84 2008/01/16 04:01:14 robbat2 Exp $
27
28 # Author: Francesco Riosa (Retired) <vivo@g.o>
29 # Maintainer: Luca Longinotti <chtekk@g.o>
30 @@ -251,7 +251,7 @@ configure_minimal() {
31 # These are things we exclude from a minimal build, please
32 # note that the server actually does get built and installed,
33 # but we then delete it before packaging.
34 - local minimal_exclude_list="server embedded-server extra-tools innodb bench berkeley-db row-based-replication"
35 + local minimal_exclude_list="server embedded-server extra-tools innodb bench berkeley-db row-based-replication readline"
36
37 for i in ${minimal_exclude_list} ; do
38 myconf="${myconf} --without-${i}"
39
40
41
42 --
43 gentoo-commits@l.g.o mailing list