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 | 28cdbbd36181ccfca5f1e88a8059d3ca490e47be (patch) | |
tree | 624dc4a1d580bd9643c39af7e7581feaa93ec6de /eclass/qt3.eclass | |
parent | version bump to 1.3 (diff) | |
download | historical-28cdbbd36181ccfca5f1e88a8059d3ca490e47be.tar.gz historical-28cdbbd36181ccfca5f1e88a8059d3ca490e47be.tar.bz2 historical-28cdbbd36181ccfca5f1e88a8059d3ca490e47be.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=$? |