diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2011-12-27 07:37:20 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2011-12-27 07:37:20 +0000 |
commit | cdaec45c532f6fcf3a29b86751c64d535debf664 (patch) | |
tree | fd378447c4180188901a3b5f5ae7b3695d213cb6 /eclass/mysql-cmake.eclass | |
parent | Refactor USE=static cmake code. (diff) | |
download | gentoo-2-cdaec45c532f6fcf3a29b86751c64d535debf664.tar.gz gentoo-2-cdaec45c532f6fcf3a29b86751c64d535debf664.tar.bz2 gentoo-2-cdaec45c532f6fcf3a29b86751c64d535debf664.zip |
Bug #396089: Avoid automagic systemtap/dtrace in MySQL 5.5.
Diffstat (limited to 'eclass/mysql-cmake.eclass')
-rw-r--r-- | eclass/mysql-cmake.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/mysql-cmake.eclass b/eclass/mysql-cmake.eclass index b882ff54963a..a8cebb5d2627 100644 --- a/eclass/mysql-cmake.eclass +++ b/eclass/mysql-cmake.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-cmake.eclass,v 1.3 2011/12/27 07:34:18 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-cmake.eclass,v 1.4 2011/12/27 07:37:20 robbat2 Exp $ # @ECLASS: mysql-cmake.eclass # @MAINTAINER: @@ -128,6 +128,7 @@ configure_cmake_standard() { $(cmake-utils_use_with debug) $(cmake-utils_use_with embedded EMBEDDED_SERVER) $(cmake-utils_use_with profiling) + $(cmake-utils_use_enable systemtap DTRACE) ) if use ssl; then |