From 4df7d34e60bf37527501ff992f4ebd0dbe7c3bba Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Wed, 16 Jan 2008 04:01:14 +0000 Subject: Use --without-readline when building the minimal version as so not to use the bundled old readline, per bug #192149. --- eclass/mysql.eclass | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'eclass') diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass index 9111ba56ceaa..1caf5e6fafc9 100644 --- a/eclass/mysql.eclass +++ b/eclass/mysql.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.83 2007/11/08 09:42:55 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.84 2008/01/16 04:01:14 robbat2 Exp $ # Author: Francesco Riosa (Retired) # Maintainer: Luca Longinotti @@ -251,7 +251,7 @@ configure_minimal() { # These are things we exclude from a minimal build, please # note that the server actually does get built and installed, # but we then delete it before packaging. - local minimal_exclude_list="server embedded-server extra-tools innodb bench berkeley-db row-based-replication" + local minimal_exclude_list="server embedded-server extra-tools innodb bench berkeley-db row-based-replication readline" for i in ${minimal_exclude_list} ; do myconf="${myconf} --without-${i}" @@ -453,7 +453,6 @@ pbxt_src_install() { # # EBUILD FUNCTIONS # - mysql_pkg_setup() { if hasq test ${FEATURES} ; then if ! use minimal ; then -- cgit v1.2.3-65-gdbad