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

Allan McRae allan at archlinux.org
Tue Dec 27 21:26:16 UTC 2011


    Date: Tuesday, December 27, 2011 @ 16:26:16
  Author: allan
Revision: 145693

upgpkg: binutils 2.22-4

install the PIC version of libiberty again

Modified:
  binutils/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-12-27 11:47:25 UTC (rev 145692)
+++ PKGBUILD	2011-12-27 21:26:16 UTC (rev 145693)
@@ -5,7 +5,7 @@
 
 pkgname=binutils
 pkgver=2.22
-pkgrel=3
+pkgrel=4
 _date=20111227
 pkgdesc="A set of programs to assemble and manipulate binary and object files"
 arch=('i686' 'x86_64')
@@ -73,7 +73,7 @@
   install -m644 ${srcdir}/binutils/include/demangle.h ${pkgdir}/usr/include
 
   # install libraries rebuilt with -fPIC
-  install -m644 libiberty/libiberty.a ${pkgdir}/usr/lib
+  install -m644 libiberty-pic/libiberty.a ${pkgdir}/usr/lib
   install -m644 bfd-pic/libbfd.a ${pkgdir}/usr/lib
 
   # Remove Windows/Novell specific man pages




More information about the arch-commits mailing list