From 2a74527ad522ac7c1d467688eee81a7a3f895031 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 13 Jul 2012 00:01:54 +0000 Subject: Fri Jul 13 00:01:54 UTC 2012 --- testing/binutils/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'testing/binutils') diff --git a/testing/binutils/PKGBUILD b/testing/binutils/PKGBUILD index 79b1e53ab..0804c5a02 100644 --- a/testing/binutils/PKGBUILD +++ b/testing/binutils/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 162939 2012-07-04 01:12:41Z allan $ +# $Id: PKGBUILD 163227 2012-07-11 12:24:16Z allan $ # Maintainer: Allan McRae # toolchain build order: linux-api-headers->glibc->binutils->gcc->binutils->glibc pkgname=binutils pkgver=2.22 -pkgrel=8 +pkgrel=9 _date=20120323 pkgdesc="A set of programs to assemble and manipulate binary and object files" arch=('i686' 'x86_64') @@ -36,6 +36,7 @@ build() { [[ $CARCH == "x86_64" ]] && CONFIGFLAG="--enable-64-bit-bfd --disable-multilib" ${srcdir}/binutils/configure --prefix=/usr \ + --with-lib-path=/usr/lib:/usr/local/lib \ --enable-ld=default --enable-gold \ --enable-plugins --enable-threads \ --enable-shared $CONFIGFLAG -- cgit v1.2.3-54-g00ecf