summaryrefslogtreecommitdiff
path: root/staging/binutils/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-08-13 00:02:34 +0000
committerroot <root@rshg054.dnsready.net>2012-08-13 00:02:34 +0000
commitffd2d3e0b0ac6b10b12ddc1e8747a0fb8b847667 (patch)
tree6c6bdd1bdc03f88da9f7674d0ed0500d36e33e24 /staging/binutils/PKGBUILD
parent012c4b7f27441c85d7f9c46a619a3b356c94cab7 (diff)
Mon Aug 13 00:02:34 UTC 2012
Diffstat (limited to 'staging/binutils/PKGBUILD')
-rw-r--r--staging/binutils/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/staging/binutils/PKGBUILD b/staging/binutils/PKGBUILD
index 067cf289f..fc28ad232 100644
--- a/staging/binutils/PKGBUILD
+++ b/staging/binutils/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 162862 2012-07-02 13:30:53Z allan $
+# $Id: PKGBUILD 165120 2012-08-11 08:23:19Z 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=10
_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