From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Sitzy-0001vA-9L for garchives@archives.gentoo.org; Sun, 24 Jun 2012 21:05:34 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DA3FE0830; Sun, 24 Jun 2012 21:05:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5DBD9E0830 for ; Sun, 24 Jun 2012 21:05:25 +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 C55431B423A for ; Sun, 24 Jun 2012 21:05:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 8D267E5438 for ; Sun, 24 Jun 2012 21:05:23 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1340571788.bb36f21428822e75bad32e99f339d7382e821d33.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: bb36f21428822e75bad32e99f339d7382e821d33 X-VCS-Branch: master Date: Sun, 24 Jun 2012 21:05:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 82010a70-4305-423c-95b2-7934e4c4d93d X-Archives-Hash: 59fe3551ae2316ba5a4fc0ee288cfe93 commit: bb36f21428822e75bad32e99f339d7382e821d33 Author: Davide Pesavento gmail com> AuthorDate: Sun Jun 24 21:03:08 2012 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Sun Jun 24 21:03:08 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/qt.git;a=3Dco= mmit;h=3Dbb36f214 [qt5-build.eclass] Stop passing -largefile to configure. --- eclass/qt5-build.eclass | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index 6d714b6..d362524 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -230,9 +230,11 @@ qt5-build_src_configure() { $(qt_use c++11) =20 # general configure options - -shared -fast -largefile + -shared + -fast -pkg-config - -system-zlib -system-pcre + -system-zlib + -system-pcre =20 # don't build examples -nomake examples