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

Allan McRae allan at nymeria.archlinux.org
Wed Jun 4 13:55:30 UTC 2014


    Date: Wednesday, June 4, 2014 @ 15:55:30
  Author: allan
Revision: 214249

upgpkg: binutils 2.24-5

fix libraries to be PIC

Modified:
  binutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-04 13:52:35 UTC (rev 214248)
+++ PKGBUILD	2014-06-04 13:55:30 UTC (rev 214249)
@@ -5,7 +5,7 @@
 
 pkgname=binutils
 pkgver=2.24
-pkgrel=4
+pkgrel=5
 pkgdesc="A set of programs to assemble and manipulate binary and object files"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/binutils/"
@@ -24,6 +24,7 @@
          'SKIP'
          'b16e895c24ff80acd98a21021eccefad'
          '4d2cf591560c3d25265778146bbe1941')
+validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93')
 
 prepare() {
   cd ${srcdir}/binutils-${pkgver}
@@ -46,7 +47,7 @@
   ${srcdir}/binutils-${pkgver}/configure --prefix=/usr \
     --with-lib-path=/usr/lib:/usr/local/lib \
     --with-bugurl=https://bugs.archlinux.org/ \
-    --enable-threads --enable-shared \
+    --enable-threads --enable-shared --with-pic \
     --enable-ld=default --enable-gold --enable-plugins \
     --disable-werror
 




More information about the arch-commits mailing list