Binutils: update version, fix make dependencies.

This commit is contained in:
Alexpux
2013-11-22 09:02:56 +04:00
parent 9681edc9ca
commit dcfa949039

View File

@@ -2,7 +2,7 @@
pkgname=binutils
_basever=2.24.51
pkgver=${_basever}.20131102
pkgver=${_basever}.20131119
pkgrel=1
pkgdesc="A set of programs to assemble and manipulate binary and object files"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('GPL')
groups=('msys2-devel')
depends=('libiconv' 'libintl' 'zlib')
checkdepends=('dejagnu' 'bc')
makedepends=('libiconv-devel' 'libintl-devel' 'zlib-devel')
makedepends=('libiconv-devel' 'gettext-devel' 'zlib-devel')
options=('staticlibs' '!distcc' '!ccache')
install=binutils.install
source=(http://sourceware.mirrors.tds.net/pub/sourceware.org/binutils/snapshots/binutils-${_basever}.tar.bz2
@@ -20,7 +20,7 @@ source=(http://sourceware.mirrors.tds.net/pub/sourceware.org/binutils/snapshots/
01-w32api-sysroot.patch
02-x86-64-pc32-relocs.patch
binutils-trunk-msys2.patch)
md5sums=('7540b7c95820e0a261049635fff63746'
md5sums=('9816c8f69beaaf8f7c468dcd4e4bfceb'
'f13f153ee918273f99467150b981a8ff'
'e7e91814b32f4c4c63d4c777f5eabf7f'
'6f7175b7ed29bc597f0d300500e2b651')
@@ -34,7 +34,8 @@ prepare() {
patch -p2 -i $srcdir/01-w32api-sysroot.patch
if [ "${CARCH}" = "x86_64" ]; then
patch -p0 -i $srcdir/02-x86-64-pc32-relocs.patch
msg "Applying reloc patch"
patch -p0 -i $srcdir/02-x86-64-pc32-relocs.patch
fi
patch -p1 -i $srcdir/binutils-trunk-msys2.patch