From 48233cdbbcf2bd27960eff7bbd23f4c1cf09c66d Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Fri, 24 Mar 2017 04:02:01 +0000 Subject: [PATCH] core/binutils to 2.28.0-2 --- core/binutils/PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/core/binutils/PKGBUILD b/core/binutils/PKGBUILD index b3ffe8239..e0d36e34d 100644 --- a/core/binutils/PKGBUILD +++ b/core/binutils/PKGBUILD @@ -13,9 +13,9 @@ noautobuild=1 pkgname=binutils -pkgver=2.28 -pkgrel=1 -_commit=7fa393306ed8b93019d225548474c0540b8928f7 +pkgver=2.28.0 +pkgrel=2 +_commit=a7b47925683a22c9819c23cb18b99bd74014d066 pkgdesc="A set of programs to assemble and manipulate binary and object files" arch=('i686' 'x86_64') url="http://www.gnu.org/software/binutils/" @@ -56,6 +56,7 @@ build() { --enable-gold \ --enable-plugins \ --enable-deterministic-archives \ + --with-pic \ --disable-werror \ --disable-gdb \ --disable-sim \