From dcfa949039df6475007f07c10176e6fb1a19dc4e Mon Sep 17 00:00:00 2001 From: Alexpux Date: Fri, 22 Nov 2013 09:02:56 +0400 Subject: [PATCH] Binutils: update version, fix make dependencies. --- binutils/PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/binutils/PKGBUILD b/binutils/PKGBUILD index 3018a89a..bc23d2eb 100644 --- a/binutils/PKGBUILD +++ b/binutils/PKGBUILD @@ -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