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

Allan McRae allan at archlinux.org
Mon Jun 22 10:27:21 UTC 2009


    Date: Monday, June 22, 2009 @ 06:27:21
  Author: allan
Revision: 43320

upgpkg: binutils 2.19.1-4
    fix linker scripts

Modified:
  binutils/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-06-22 10:17:26 UTC (rev 43319)
+++ PKGBUILD	2009-06-22 10:27:21 UTC (rev 43320)
@@ -5,7 +5,7 @@
 
 pkgname=binutils
 pkgver=2.19.1
-pkgrel=3
+pkgrel=4
 _date=20090419
 pkgdesc="A set of programs to assemble and manipulate binary and object files"
 arch=('i686' 'x86_64')
@@ -71,8 +71,8 @@
   # Remove these symlinks, with binutils prereleases they are not ABI stable.
   # Programs should compile static to the .a file.
   rm -f ${pkgdir}/usr/lib/lib{bfd,opcodes}.so
-  echo "INPUT (libbfd.a -liberty -lz )" >${pkgdir}/usr/lib/libbfd.so
-  echo "INPUT ( %{_libdir}/libopcodes.a -lbfd )" >${pkgdir}/usr/lib/libopcodes.so
+  echo "INPUT ( /usr/lib/libbfd.a -liberty -lz )" >${pkgdir}/usr/lib/libbfd.so
+  echo "INPUT ( /usr/lib/libopcodes.a -lbfd )" >${pkgdir}/usr/lib/libopcodes.so
 
   rm -f ${pkgdir}/usr/share/info/dir
   gzip -9 ${pkgdir}/usr/share/info/*




More information about the arch-commits mailing list