diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-02-11 11:29:48 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-02-11 11:29:48 +0000 |
commit | 355218b5cf7930181d05afa4ab4e4b2359041eda (patch) | |
tree | 0a5dd0f7a93270aa9e2ef1579789c59382380dba | |
parent | Add useful output to track progress of install. (diff) | |
download | historical-355218b5cf7930181d05afa4ab4e4b2359041eda.tar.gz historical-355218b5cf7930181d05afa4ab4e4b2359041eda.tar.bz2 historical-355218b5cf7930181d05afa4ab4e4b2359041eda.zip |
Bug #252732: A really really old problem from v1.1 of the eclass caused the original my_config.h to be preserved always instead of being overwritten. If you had an old header with the atomic.h problem, this means it never went away.
-rw-r--r-- | eclass/mysql.eclass | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass index 079945f79dcf..05cf75538da1 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.105 2009/02/11 11:28:16 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.106 2009/02/11 11:29:48 robbat2 Exp $ # Author: Francesco Riosa (Retired) <vivo@gentoo.org> # Maintainer: MySQL Team <mysql-bugs@gentoo.org> @@ -687,9 +687,6 @@ mysql_src_install() { mysql_version_is_at_least "5.1.12" && use pbxt && pbxt_src_install - insinto "${MY_INCLUDEDIR}" - doins "${MY_INCLUDEDIR}"/my_{config,dir}.h - # Convenience links einfo "Making Convenience links for mysqlcheck multi-call binary" dosym "/usr/bin/mysqlcheck" "/usr/bin/mysqlanalyze" |