--- eclass/qt4-build.eclass 2010/07/08 15:45:01 1.77 +++ eclass/qt4-build.eclass 2010/07/11 10:32:17 1.78 @@ -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 @@ 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