diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-01-15 17:55:21 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-01-15 17:55:21 +0000 |
commit | 629c0b8dd864cf8e36e3501a19f4871614748d4a (patch) | |
tree | 85a2e0adb96e33a4fbbafdcc5f953a50998dc8db /eclass/xorg-2.eclass | |
parent | Stable on amd64 wrt bug #351699 (diff) | |
download | gentoo-2-629c0b8dd864cf8e36e3501a19f4871614748d4a.tar.gz gentoo-2-629c0b8dd864cf8e36e3501a19f4871614748d4a.tar.bz2 gentoo-2-629c0b8dd864cf8e36e3501a19f4871614748d4a.zip |
By default disable dependency tracking, all x11 packages support this one.
Diffstat (limited to 'eclass/xorg-2.eclass')
-rw-r--r-- | eclass/xorg-2.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass index 372e6ad57051..4594ba10baa9 100644 --- a/eclass/xorg-2.eclass +++ b/eclass/xorg-2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.21 2011/01/06 11:01:59 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.22 2011/01/15 17:55:21 scarabeus Exp $ # # @ECLASS: xorg-2.eclass # @MAINTAINER: @@ -313,6 +313,7 @@ xorg-2_src_configure() { myopts+=" $(use_enable static-libs static)" fi econf \ + --disable-dependency-tracking \ ${FONT_OPTIONS} \ ${CONFIGURE_OPTIONS} \ ${myopts} |