diff options
author | Brian Evans <grknight@gentoo.org> | 2014-08-17 22:50:23 +0000 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2014-08-17 22:50:23 +0000 |
commit | 3a51b3579fa7baad852e642fe402ac5ae485c90e (patch) | |
tree | d360234a5d75a6730d521b51044f78ad3da7f268 /eclass | |
parent | Version bump. (diff) | |
download | historical-3a51b3579fa7baad852e642fe402ac5ae485c90e.tar.gz historical-3a51b3579fa7baad852e642fe402ac5ae485c90e.tar.bz2 historical-3a51b3579fa7baad852e642fe402ac5ae485c90e.zip |
Move ENABLE_DTRACE check to the multilib_src_configure wrt bug 520028
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/mysql-multilib.eclass | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 84364f31d44a..0cdd9a04b45b 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1352 2014/08/17 03:34:32 jcallen Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1353 2014/08/17 22:50:23 grknight Exp $ + + 18 Aug 2014; Brian Evans <grknight@gentoo.org> mysql-multilib.eclass: + Move ENABLE_DTRACE check to the multilib_src_configure wrt bug 520028 17 Aug 2014; Jonathan Callen <jcallen@gentoo.org> multilib-build.eclass: Add new multilib_native_enable and multilib_native_with functions; fix diff --git a/eclass/mysql-multilib.eclass b/eclass/mysql-multilib.eclass index 58aba05ffc18..551092370c6a 100644 --- a/eclass/mysql-multilib.eclass +++ b/eclass/mysql-multilib.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-multilib.eclass,v 1.4 2014/07/31 22:26:07 grknight Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-multilib.eclass,v 1.5 2014/08/17 22:50:23 grknight Exp $ # @ECLASS: mysql-multilib.eclass # @MAINTAINER: @@ -448,6 +448,7 @@ multilib_src_configure() { -DWITH_SSL=$(usex ssl system bundled) -DWITH_DEFAULT_COMPILER_OPTIONS=0 -DWITH_DEFAULT_FEATURE_SET=0 + $(cmake-utils_use_enable systemtap DTRACE) ) if in_iuse bindist ; then |