summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-12-12 22:23:10 +0000
committerMike Frysinger <vapier@gentoo.org>2011-12-12 22:23:10 +0000
commit2020a483a4325ea11a2a81c339cd151d5dc13f9b (patch)
tree9ea04087356cdff78b968fa2182a315d94387b81 /eclass
parentInitial import (bug #352031). Ebuild by me. (diff)
downloadgentoo-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.eclass3
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 "$@"