diff options
author | root <root@rshg054.dnsready.net> | 2012-07-07 00:02:03 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-07-07 00:02:03 +0000 |
commit | b7c6c9c7844914d1d0617a24b9e3a84d691d1f64 (patch) | |
tree | e83e42e7aa3b5f01bbd1a22f539aa807e586e04b /multilib/binutils-multilib | |
parent | ce1cc063cc56f59a630e758c92a9f8ac67a24c32 (diff) |
Sat Jul 7 00:02:03 UTC 2012
Diffstat (limited to 'multilib/binutils-multilib')
-rw-r--r-- | multilib/binutils-multilib/PKGBUILD | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/multilib/binutils-multilib/PKGBUILD b/multilib/binutils-multilib/PKGBUILD index 7716f3f54..8ef046b5c 100644 --- a/multilib/binutils-multilib/PKGBUILD +++ b/multilib/binutils-multilib/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 68825 2012-04-03 11:10:59Z allan $ +# $Id: PKGBUILD 73281 2012-07-05 13:48:33Z allan $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Allan McRae <allan@archlinux.org> @@ -6,7 +6,7 @@ pkgname=binutils-multilib pkgver=2.22 -pkgrel=5 +pkgrel=8 _date=20120323 pkgdesc="A set of programs to assemble and manipulate binary and object files for multilib" arch=('x86_64') @@ -15,8 +15,9 @@ license=('GPL') groups=('multilib-devel') provides=("binutils=$pkgver-$pkgrel") conflicts=('binutils') -depends=('glibc>=2.15' 'zlib') -makedepends=('dejagnu' 'gcc-multilib') # Make sure we compile this with gcc-multilib +depends=('glibc>=2.16' 'zlib') +makedepends=('gcc-multilib') # Make sure we compile this with gcc-multilib +checkdepends=('dejagnu') options=('!libtool' '!distcc' '!ccache') install=binutils.install source=(http://mirrors.kernel.org/archlinux/other/binutils/binutils-${pkgver}_${_date}.tar.bz2) @@ -58,7 +59,9 @@ check() { cd ${srcdir}/binutils-build # do not abort on errors - manually check log files - make -k -j1 check || true + # gold testsuite does not build with _FORTIFY_SOURCE (due to -O0 -Werror) + make CFLAGS="${CFLAGS/-D_FORTIFY_SOURCE=2/}" \ + CXXFLAGS="${CXXFLAGS/-D_FORTIFY_SOURCE=2/}" -k check || true } package() { |