summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2006-09-03 23:30:59 +0000
committerLuca Barbato <lu_zero@gentoo.org>2006-09-03 23:30:59 +0000
commit91072fa00ccd367a4bc9685f236558c90cfff8e7 (patch)
tree2189c06109669dd23105324ec9765d34c68e0d6f
parentcrossdev changes has been merged in portage (diff)
downloadlu_zero-91072fa00ccd367a4bc9685f236558c90cfff8e7.tar.gz
lu_zero-91072fa00ccd367a4bc9685f236558c90cfff8e7.tar.bz2
lu_zero-91072fa00ccd367a4bc9685f236558c90cfff8e7.zip
make sure bfd regenerates its headers
svn path=/; revision=56
-rw-r--r--sys-devel/binutils/binutils-2.17-r2.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-devel/binutils/binutils-2.17-r2.ebuild b/sys-devel/binutils/binutils-2.17-r2.ebuild
index 6364d93..9f29953 100644
--- a/sys-devel/binutils/binutils-2.17-r2.ebuild
+++ b/sys-devel/binutils/binutils-2.17-r2.ebuild
@@ -10,6 +10,9 @@ inherit toolchain-binutils autotools
# ARCH - packages to test before marking
KEYWORDS="-* ~amd64 ~ppc ~ppc64 ~x86"
+# make sure the headers will be regenerated
+EXTRA_ECONF="${EXTRA_ECONF} --enable-maintainer-mode"
+
src_unpack() {
mkdir ${WORKDIR}/patch
cp ${FILESDIR}/${P}-cell.patch \
@@ -20,7 +23,7 @@ src_unpack() {
cd ${S}
for dir in bfd gas ld opcodes
do
- pushd ${dir}
+ pushd ${dir} >/dev/null
eautoreconf
popd
done