diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-01-29 18:45:29 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-01-29 18:45:29 +0000 |
commit | b6af9186a149ecb24239b4c84ed924d1480c6e17 (patch) | |
tree | 7bf2a8518be27ce2f00c69e2394dad90dae836c9 /eclass | |
parent | stable amd64. bug 256245 (diff) | |
download | historical-b6af9186a149ecb24239b4c84ed924d1480c6e17.tar.gz historical-b6af9186a149ecb24239b4c84ed924d1480c6e17.tar.bz2 historical-b6af9186a149ecb24239b4c84ed924d1480c6e17.zip |
Disable reduce-relocations on bsd as the qmake spec files aren't ready for this and it causes build failures; we'll have to enable it back once upstream will have fixed the spec files.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/qt4-build.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/qt4-build.eclass b/eclass/qt4-build.eclass index 5f9f96d6a7d4..cbcacc1289cf 100644 --- a/eclass/qt4-build.eclass +++ b/eclass/qt4-build.eclass @@ -1,6 +1,6 @@ # Copyright 2007-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.18 2009/01/21 08:55:28 gengor Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.19 2009/01/29 18:45:29 aballier Exp $ # @ECLASS: qt4-build.eclass # @MAINTAINER: @@ -181,7 +181,7 @@ standard_configure_options() { -datadir ${QTDATADIR} -docdir ${QTDOCDIR} -headerdir ${QTHEADERDIR} -plugindir ${QTPLUGINDIR} -sysconfdir ${QTSYSCONFDIR} -translationdir ${QTTRANSDIR} -examplesdir ${QTEXAMPLESDIR} - -demosdir ${QTDEMOSDIR} -silent -fast -reduce-relocations + -demosdir ${QTDEMOSDIR} -silent -fast $(use x86-fbsd || echo -reduce-relocations) -nomake examples -nomake demos" echo "${myconf}" |