commit:     d8ae116689935bc414af147811cf6c3af534cc37
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 27 12:16:01 2016 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Wed Apr 27 12:16:01 2016 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=d8ae1166

qt5-build.eclass: stop passing -largefile to configure

See qtbase commit 84d3a21c9efe7efb2cce6d3bd14af1f9580b1108

 eclass/qt5-build.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index 8059167..9732058 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -537,7 +537,7 @@ qt5_base_configure() {
                -shared
 
                # always enable large file support
-               -largefile
+               $([[ ${QT5_MINOR_VERSION} -lt 8 ]] && echo -largefile)
 
                # disabling accessibility is not recommended by upstream, as
                # it will break QStyle and may break other internal parts of Qt

Reply via email to