commit: c0aabf0dbb701c5bc469c9425c7ce2b242c50cef
Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 28 20:25:06 2014 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Mon Jul 28 20:25:06 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=c0aabf0d
[qt5-build.eclass] Stop passing -process to configure (bug 518402).
It's already the default anyway.
---
eclass/qt5-build.eclass | 3 ---
1 file changed, 3 deletions(-)
diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index 16b5d93..e6c20ec 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -469,9 +469,6 @@ qt5_base_configure() {
# build shared libraries
-shared
- # generate only a top-level Makefile
- -process
-
# always enable large file support
-largefile