diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2009-05-17 15:17:03 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2009-05-17 15:17:03 +0000 |
commit | 1ae2deb909d814063eb9ac6b2c44d437ee052ef7 (patch) | |
tree | 625c245fb9762920758b667e136e9bf1f33fc4dc /eclass/qt3.eclass | |
parent | version bump to 1.3 (diff) | |
download | gentoo-2-1ae2deb909d814063eb9ac6b2c44d437ee052ef7.tar.gz gentoo-2-1ae2deb909d814063eb9ac6b2c44d437ee052ef7.tar.bz2 gentoo-2-1ae2deb909d814063eb9ac6b2c44d437ee052ef7.zip |
add QMAKE_STRIP on qmake parameters. Fixes bug 269942
Diffstat (limited to 'eclass/qt3.eclass')
-rw-r--r-- | eclass/qt3.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/qt3.eclass b/eclass/qt3.eclass index fa832cd5fdbc..e75a45155f69 100644 --- a/eclass/qt3.eclass +++ b/eclass/qt3.eclass @@ -1,6 +1,6 @@ # Copyright 2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt3.eclass,v 1.40 2009/05/15 20:43:18 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt3.eclass,v 1.41 2009/05/17 15:17:03 hwoarang Exp $ # @ECLASS: qt3.eclass # @MAINTAINER: @@ -121,6 +121,7 @@ eqmake3() { "${configoptminus}" \ "${configoptplus}" \ QMAKE_RPATH= \ + QMAKE_STRIP= \ ${@} >> ${LOGFILE} 2>&1 local result=$? |