Gentoo Archives: gentoo-commits

From: Davide Pesavento <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: eclass/
Date: Wed, 27 Apr 2016 12:17:02
Message-Id: 1461759361.d8ae116689935bc414af147811cf6c3af534cc37.pesa@gentoo
1 commit: d8ae116689935bc414af147811cf6c3af534cc37
2 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 27 12:16:01 2016 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 27 12:16:01 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=d8ae1166
7
8 qt5-build.eclass: stop passing -largefile to configure
9
10 See qtbase commit 84d3a21c9efe7efb2cce6d3bd14af1f9580b1108
11
12 eclass/qt5-build.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
16 index 8059167..9732058 100644
17 --- a/eclass/qt5-build.eclass
18 +++ b/eclass/qt5-build.eclass
19 @@ -537,7 +537,7 @@ qt5_base_configure() {
20 -shared
21
22 # always enable large file support
23 - -largefile
24 + $([[ ${QT5_MINOR_VERSION} -lt 8 ]] && echo -largefile)
25
26 # disabling accessibility is not recommended by upstream, as
27 # it will break QStyle and may break other internal parts of Qt