diff options
author | Dominik Kapusta <ayoy@gentoo.org> | 2010-02-19 20:54:05 +0000 |
---|---|---|
committer | Dominik Kapusta <ayoy@gentoo.org> | 2010-02-19 20:54:05 +0000 |
commit | 5f99a4df96445f780babb624db16ac3ca309ff0f (patch) | |
tree | 1f81efc23e2ac5d99afdc5305f53b0e05256c300 /eclass | |
parent | amd64 stable wrt #305657 (diff) | |
download | gentoo-2-5f99a4df96445f780babb624db16ac3ca309ff0f.tar.gz gentoo-2-5f99a4df96445f780babb624db16ac3ca309ff0f.tar.bz2 gentoo-2-5f99a4df96445f780babb624db16ac3ca309ff0f.zip |
Don't reset QMAKE_RPATH by default in eqmake4
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/qt4-r2.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/qt4-r2.eclass b/eclass/qt4-r2.eclass index 3f908e20b31b..0b07edab0865 100644 --- a/eclass/qt4-r2.eclass +++ b/eclass/qt4-r2.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/qt4-r2.eclass,v 1.3 2010/01/21 19:11:31 spatz Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-r2.eclass,v 1.4 2010/02/19 20:54:05 ayoy Exp $ # @ECLASS: qt4-r2.eclass # @MAINTAINER: @@ -256,7 +256,6 @@ eqmake4() { QMAKE_CXXFLAGS_DEBUG="${CXXFLAGS}" \ QMAKE_LFLAGS_RELEASE="${LDFLAGS}" \ QMAKE_LFLAGS_DEBUG="${LDFLAGS}" \ - QMAKE_RPATH= \ QMAKE_STRIP= \ ${qmake_args} |