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 29F721384B4 for ; Thu, 19 Nov 2015 17:13:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EA0EE06CC; Thu, 19 Nov 2015 17:13:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 20BE3E06CC for ; Thu, 19 Nov 2015 17:13:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 736EB34090F for ; Thu, 19 Nov 2015 17:13:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D84C9A96 for ; Thu, 19 Nov 2015 17:13:08 +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: <1447953153.f527f1e3a1b76d938085f26d25a88d07115c4b87.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: f527f1e3a1b76d938085f26d25a88d07115c4b87 X-VCS-Branch: master Date: Thu, 19 Nov 2015 17:13:08 +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: 0f743f3f-9f28-4c12-87b1-63693a877b54 X-Archives-Hash: d0bc35efb128323bc92c9ac389d7b36e commit: f527f1e3a1b76d938085f26d25a88d07115c4b87 Author: Davide Pesavento gentoo org> AuthorDate: Thu Nov 19 17:12:33 2015 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Thu Nov 19 17:12:33 2015 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=f527f1e3 qt5-build.eclass: minor configure updates for 5.6 and later eclass/qt5-build.eclass | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index 930619d..4ad6ee0 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -505,11 +505,15 @@ qt5_base_configure() { -release -no-separate-debug-info + # no need to forcefully build host tools in optimized mode, + # just follow the overall debug/release build type + $([[ ${QT5_MINOR_VERSION} -ge 6 ]] && echo -no-optimized-tools) + # licensing stuff -opensource -confirm-license - # let configure automatically figure out if C++11 is supported - #-c++11 + # autodetect the highest supported version of the C++ standard + #-c++std # build shared libraries -shared @@ -578,9 +582,6 @@ qt5_base_configure() { # print verbose information about each configure test -verbose - # doesn't actually matter since we override CXXFLAGS - #-no-optimized-qmake - # obsolete flag, does nothing #-nis