aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Pesavento <pesa@gentoo.org>2016-04-27 14:16:01 +0200
committerDavide Pesavento <pesa@gentoo.org>2016-04-27 14:16:01 +0200
commitd8ae116689935bc414af147811cf6c3af534cc37 (patch)
treeedf7e65b332ad72fcafac7ce1d2f867ef4100c2a
parentqt5-build.eclass: stop passing removed configure options (diff)
downloadqt-d8ae1166.tar.gz
qt-d8ae1166.tar.bz2
qt-d8ae1166.zip
qt5-build.eclass: stop passing -largefile to configure
See qtbase commit 84d3a21c9efe7efb2cce6d3bd14af1f9580b1108
-rw-r--r--eclass/qt5-build.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index 80591674..97320580 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