aboutsummaryrefslogtreecommitdiffstats
path: root/main/binutils
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-05-06 08:07:27 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-05-06 08:09:08 +0000
commitcca61def77ec60aab1784921ca834817b9067e4e (patch)
tree4687ea4bac09a37322e7a15662e54f0400809eaa /main/binutils
parentcd90235b0a2f555ea5eccc73d1ee1d4902c1118f (diff)
downloadaports-cca61def77ec60aab1784921ca834817b9067e4e.tar.bz2
aports-cca61def77ec60aab1784921ca834817b9067e4e.tar.xz
main/binutils: work around issue with configure.lineno
Seems like the version of autoconf that generated the tarballs was buggy and generates broken configure.lineno script. We workaround this by using bash as shell which has support for LINENO. https://sourceware.org/bugzilla/show_bug.cgi?id=16370
Diffstat (limited to 'main/binutils')
-rw-r--r--main/binutils/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/binutils/APKBUILD b/main/binutils/APKBUILD
index 29d3e4ccad..072da2ebb8 100644
--- a/main/binutils/APKBUILD
+++ b/main/binutils/APKBUILD
@@ -1,11 +1,11 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=binutils
pkgver=2.24
-pkgrel=0
+pkgrel=1
pkgdesc="Tools necessary to build programs"
url="http://www.gnu.org/software/binutils/"
depends=""
-makedepends="bison flex texinfo zlib-dev"
+makedepends="bison flex texinfo zlib-dev bash"
arch="all"
license="GPL2 GPL3+ LGPL2 BSD"
subpackages="$pkgname-doc $pkgname-libs"