From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9DC6F1381F3 for ; Mon, 19 Nov 2012 04:12:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E98A021C1AE; Mon, 19 Nov 2012 04:12:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7307E21C1AE for ; Mon, 19 Nov 2012 04:12:06 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 847E033BF47 for ; Mon, 19 Nov 2012 04:12:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id EE9C0E5436 for ; Mon, 19 Nov 2012 04:12:03 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1353298233.8044f9aebf2e99844fe1dfc6e42f9f879484827b.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: eclass/ X-VCS-Repository: proj/qt X-VCS-Files: eclass/qt5-build.eclass X-VCS-Directories: eclass/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 8044f9aebf2e99844fe1dfc6e42f9f879484827b X-VCS-Branch: master Date: Mon, 19 Nov 2012 04:12:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e1d9c0fd-7845-49d5-9276-24fa5be0e039 X-Archives-Hash: 0b34d41020a345f82ff035ec9f215068 commit: 8044f9aebf2e99844fe1dfc6e42f9f879484827b Author: Davide Pesavento gmail com> AuthorDate: Mon Nov 19 04:10:33 2012 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Mon Nov 19 04:10:33 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=8044f9ae [qt5-build.eclass] Drop "pch" USE flag. --- eclass/qt5-build.eclass | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index a2e8e01..ee8b3a5 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -50,9 +50,6 @@ case ${QT5_BUILD_TYPE} in esac IUSE="+c++11 debug test" -if [[ ${EGIT_PROJECT} == "qtbase" ]]; then - IUSE+=" +pch" -fi DEPEND=">=dev-lang/perl-5.10 virtual/pkgconfig" @@ -411,8 +408,9 @@ qt5_base_configure() { # don't strip -no-strip - # precompiled headers don't work on hardened, where the flag is masked - $(qt_use pch) + # precompiled headers aren't really useful for us + # and cause problems on hardened, so turn them off + -no-pch # reduce relocations in libraries through extra linker optimizations # requires GNU ld >= 2.18