diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-12-12 22:23:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-12-12 22:23:10 +0000 |
commit | 2020a483a4325ea11a2a81c339cd151d5dc13f9b (patch) | |
tree | 9ea04087356cdff78b968fa2182a315d94387b81 /eclass | |
parent | Initial import (bug #352031). Ebuild by me. (diff) | |
download | gentoo-2-2020a483a4325ea11a2a81c339cd151d5dc13f9b.tar.gz gentoo-2-2020a483a4325ea11a2a81c339cd151d5dc13f9b.tar.bz2 gentoo-2-2020a483a4325ea11a2a81c339cd151d5dc13f9b.zip |
set bugurl to the Gentoo bugzilla
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/toolchain-binutils.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/toolchain-binutils.eclass b/eclass/toolchain-binutils.eclass index 368b36a83ce3..6eb66de707fe 100644 --- a/eclass/toolchain-binutils.eclass +++ b/eclass/toolchain-binutils.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/toolchain-binutils.eclass,v 1.104 2011/11/29 22:45:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.105 2011/12/12 22:23:10 vapier Exp $ # # Maintainer: Toolchain Ninjas <toolchain@gentoo.org> # @@ -250,6 +250,7 @@ toolchain-binutils_src_compile() { --enable-64-bit-bfd \ --enable-shared \ --disable-werror \ + --with-bugurl=http://bugs.gentoo.org/ \ $(use_enable static-libs static) \ ${EXTRA_ECONF} echo ./configure "$@" |