summaryrefslogtreecommitdiff
path: root/testing/binutils/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/binutils/PKGBUILD')
-rw-r--r--testing/binutils/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
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 <allan@archlinux.org>
# 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