diff options
author | Caleb Tennis <caleb@gentoo.org> | 2007-06-20 20:34:42 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2007-06-20 20:34:42 +0000 |
commit | dad3aed733636be8177dd71c02bb014b4cc4e946 (patch) | |
tree | 687326254ad2461af57cd908e616aa89b2217ee4 /x11-libs | |
parent | version bump (diff) | |
download | gentoo-2-dad3aed733636be8177dd71c02bb014b4cc4e946.tar.gz gentoo-2-dad3aed733636be8177dd71c02bb014b4cc4e946.tar.bz2 gentoo-2-dad3aed733636be8177dd71c02bb014b4cc4e946.zip |
Add -reduce-relocations switch, from bug #178535
(Portage version: 2.1.2.7)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/qt/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/qt/qt-4.3.0.ebuild | 6 |
2 files changed, 9 insertions, 2 deletions
diff --git a/x11-libs/qt/ChangeLog b/x11-libs/qt/ChangeLog index 150b0cacf65e..6da3f04f7c3e 100644 --- a/x11-libs/qt/ChangeLog +++ b/x11-libs/qt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/qt # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.453 2007/06/08 12:05:08 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.454 2007/06/20 20:34:42 caleb Exp $ + + 20 Jun 2007; Caleb Tennis <caleb@gentoo.org> qt-4.3.0.ebuild: + Add -reduce-relocations switch, from bug #178535 08 Jun 2007; Caleb Tennis <caleb@gentoo.org> -qt-4.3.0_beta1.ebuild, -qt-4.3.0_rc1.ebuild: diff --git a/x11-libs/qt/qt-4.3.0.ebuild b/x11-libs/qt/qt-4.3.0.ebuild index 2ea53e9d6f14..cc72e3e5aea9 100644 --- a/x11-libs/qt/qt-4.3.0.ebuild +++ b/x11-libs/qt/qt-4.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.3.0.ebuild,v 1.8 2007/06/04 15:07:30 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.3.0.ebuild,v 1.9 2007/06/20 20:34:42 caleb Exp $ inherit eutils flag-o-matic toolchain-funcs multilib @@ -173,6 +173,10 @@ src_compile() { myconf="${myconf} -no-reduce-exports" fi + # Add a switch that will attempt to use recent binutils to reduce relocations. Should be harmless for other + # cases. From bug #178535 + myconf="${myconf} -reduce-relocations" + myconf="${myconf} $(qt_use accessibility) $(qt_use cups) $(qt_use xinerama)" myconf="${myconf} $(qt_use opengl) $(qt_use nis)" |