summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2010-07-11 10:32:17 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2010-07-11 10:32:17 +0000
commit797f7a65a1947e900ed9b9d975cde2a9986ed20d (patch)
tree3c3745e272031e1c429db4806200c15acfcc4374 /eclass/qt4-build.eclass
parentRemove .la files from qt-core module (diff)
downloadgentoo-2-797f7a65a1947e900ed9b9d975cde2a9986ed20d.tar.gz
gentoo-2-797f7a65a1947e900ed9b9d975cde2a9986ed20d.tar.bz2
gentoo-2-797f7a65a1947e900ed9b9d975cde2a9986ed20d.zip
Remove .la files from every qt module
Diffstat (limited to 'eclass/qt4-build.eclass')
-rw-r--r--eclass/qt4-build.eclass4
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/qt4-build.eclass b/eclass/qt4-build.eclass
index 3a02a67ec797..b5e097f5c648 100644
--- a/eclass/qt4-build.eclass
+++ b/eclass/qt4-build.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.77 2010/07/08 15:45:01 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.78 2010/07/11 10:32:17 hwoarang Exp $
# @ECLASS: qt4-build.eclass
# @MAINTAINER:
@@ -389,6 +389,8 @@ qt4-build_src_install() {
install_qconfigs
fix_library_files
fix_includes
+ # remove .la files since we are building only shared Qt libraries
+ find "${D}"${QTLIBDIR} -name "*.la" -print0 | xargs -0 rm
}
# @FUNCTION: setqtenv