diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-03-16 08:21:18 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-03-16 08:21:18 +0000 |
commit | a5d6284aa93c0ed6b198d4746ae0231394a22ae3 (patch) | |
tree | a28ee0ca50acd2a33fe9c0263a475b2bf7084174 /eclass | |
parent | Properly fix --as-needed bug. (diff) | |
download | gentoo-2-a5d6284aa93c0ed6b198d4746ae0231394a22ae3.tar.gz gentoo-2-a5d6284aa93c0ed6b198d4746ae0231394a22ae3.tar.bz2 gentoo-2-a5d6284aa93c0ed6b198d4746ae0231394a22ae3.zip |
remove the fbsd special case for reduce-relocations now that the spec fix has reached qt 4.5.0
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/qt4-build.eclass | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/qt4-build.eclass b/eclass/qt4-build.eclass index ac7adece258c..35ad778d2823 100644 --- a/eclass/qt4-build.eclass +++ b/eclass/qt4-build.eclass @@ -1,6 +1,6 @@ # Copyright 2007-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.27 2009/03/11 23:58:31 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.28 2009/03/16 08:21:18 aballier Exp $ # @ECLASS: qt4-build.eclass # @MAINTAINER: @@ -226,8 +226,7 @@ standard_configure_options() { -translationdir ${QTTRANSDIR} -examplesdir ${QTEXAMPLESDIR} -demosdir ${QTDEMOSDIR} -silent -fast $([[ ${PN} == qt-xmlpatterns ]] || echo -no-exceptions) - $(use x86-fbsd || echo -reduce-relocations) - -nomake examples -nomake demos" + -reduce-relocations -nomake examples -nomake demos" echo "${myconf}" } |