diff options
author | 2010-02-11 17:41:18 +0000 | |
---|---|---|
committer | 2010-02-11 17:41:18 +0000 | |
commit | 001399adbb53a398489ec4a039d038310d45f736 (patch) | |
tree | 796b467cf87ab03f5d99929cd219836215e6bd09 /eclass | |
parent | Stable for HPPA (bug #302046). (diff) | |
download | gentoo-2-001399adbb53a398489ec4a039d038310d45f736.tar.gz gentoo-2-001399adbb53a398489ec4a039d038310d45f736.tar.bz2 gentoo-2-001399adbb53a398489ec4a039d038310d45f736.zip |
Let cmake-utils.eclass honor the EXTRA_ECONF variable.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/cmake-utils.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass index 010f368aaa60..13e4e5cee30f 100644 --- a/eclass/cmake-utils.eclass +++ b/eclass/cmake-utils.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/cmake-utils.eclass,v 1.45 2010/01/20 02:55:31 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/cmake-utils.eclass,v 1.46 2010/02/11 17:41:18 calchan Exp $ # @ECLASS: cmake-utils.eclass # @MAINTAINER: @@ -332,6 +332,7 @@ enable_cmake-utils_src_configure() { -DCMAKE_BUILD_TYPE="${CMAKE_BUILD_TYPE}" -DCMAKE_INSTALL_DO_STRIP=OFF -DCMAKE_USER_MAKE_RULES_OVERRIDE="${build_rules}" + "${EXTRA_ECONF}" ) mkdir -p "${CMAKE_BUILD_DIR}" |