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 | 565badf50413fa1de6a283df2951b245393bbef2 (patch) | |
tree | 5dee5db992f6eb10178f1d7c7b22e9d1ab72e879 /eclass | |
parent | Add useful output to track progress of install. (diff) | |
download | gentoo-2-565badf50413fa1de6a283df2951b245393bbef2.tar.gz gentoo-2-565badf50413fa1de6a283df2951b245393bbef2.tar.bz2 gentoo-2-565badf50413fa1de6a283df2951b245393bbef2.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.
Diffstat (limited to 'eclass')
-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" |