From 0fd6f80fae46541077b3dcf4d1a3afbcc10ae266 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 12 Dec 2011 22:23:10 +0000 Subject: [PATCH] set bugurl to the Gentoo bugzilla --- eclass/toolchain-binutils.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 # @@ -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 "$@" -- 2.26.2