Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
commit: bb36f21428822e75bad32e99f339d7382e821d33
Author: Davide Pesavento <davidepesa <AT> gmail <DOT> com>
AuthorDate: Sun Jun 24 21:03:08 2012 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sun Jun 24 21:03:08 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=bb36f214
[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)
# general configure options
- -shared -fast -largefile
+ -shared
+ -fast
-pkg-config
- -system-zlib -system-pcre
+ -system-zlib
+ -system-pcre
# don't build examples
-nomake examples
|
|