From af157466d14394e28c59266a6b11184605c00c8c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 25 Oct 2012 07:04:51 +0200 Subject: [PATCH] chroot-binutils: update to 2.23.51.0.3. --- srcpkgs/chroot-binutils/template | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/srcpkgs/chroot-binutils/template b/srcpkgs/chroot-binutils/template index e6ed346a6e..47a4d2bbdc 100644 --- a/srcpkgs/chroot-binutils/template +++ b/srcpkgs/chroot-binutils/template @@ -1,17 +1,14 @@ # Template file for 'chroot-binutils' pkgname=chroot-binutils -version=2.22.52.0.4 +version=2.23.51.0.3 revision=1 wrksrc="binutils-${version}" -bootstrap=yes -provides="binutils-${version}" -conflicts="binutils>=0" short_desc="GNU binary utilities -- for xbps-src use" maintainer="Juan RP " homepage="http://www.gnu.org/software/binutils/" license="GPL-3" distfiles="${KERNEL_SITE}/devel/binutils/binutils-$version.tar.xz" -checksum=d88ea0bc8591098a1666d9b97b93d81098816dd16faff90d3ed15072b40e1caf +checksum=2162905dabf191a2a803eab8d31e7be52d96d6ccd1e0ce42e25d82c6be918cd0 long_desc=" The GNU binutils package contains essential tools to assemble, link and manipulate binary and object files. They are often used with a compiler @@ -31,6 +28,10 @@ if [ -n "$IN_CHROOT" ]; then makedepends="flex perl" fi +bootstrap=yes +provides="binutils-${version}" +conflicts="binutils>=0" + do_configure() { ./configure ${CONFIGURE_SHARED_ARGS} --disable-shared \ --enable-threads --disable-plugins --enable-64-bit-bfd \