[arch-commits] Commit in binutils/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Wed Jul 11 12:23:36 UTC 2012


    Date: Wednesday, July 11, 2012 @ 08:23:36
  Author: allan
Revision: 163226

upgpkg: binutils 2.22-9

remove /lib and /lib64 from default search path

Modified:
  binutils/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-07-11 10:08:56 UTC (rev 163225)
+++ PKGBUILD	2012-07-11 12:23:36 UTC (rev 163226)
@@ -5,7 +5,7 @@
 
 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 @@
   [[ $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




More information about the arch-commits mailing list