summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavian Barnes2017-08-14 20:24:27 -0400
committerTavian Barnes2017-08-14 20:24:27 -0400
commitb72aa6e43420892c3d1c031c7d9fa6313f5a14df (patch)
treea1edd36840d9945ab8e07ddb4f6f42e8acd26d2b
parentb57a9259711498a3ecb45bd17399d19633233da2 (diff)
downloadaur-b72aa6e43420892c3d1c031c7d9fa6313f5a14df.tar.gz
Bump to 2.28.0-4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94094690a7a8..193175a78034 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Jun 20 15:02:30 UTC 2017
+# Tue Aug 15 00:24:13 UTC 2017
pkgbase = arm-linux-gnueabihf-binutils
pkgdesc = A set of programs to assemble and manipulate binary and object files (arm-linux-gnueabihf)
pkgver = 2.28.0
- pkgrel = 3
+ pkgrel = 4
url = http://www.gnu.org/software/binutils/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 760b1212bd76..688bb7468c31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ _target="arm-linux-gnueabihf"
pkgname=${_target}-binutils
pkgver=2.28.0
_basever=2.28
-pkgrel=3
+pkgrel=4
_commit=09e514a92b6bb7c910051a7fafc9fded8a687848
pkgdesc="A set of programs to assemble and manipulate binary and object files (${_target})"
arch=('i686' 'x86_64')
@@ -47,6 +47,7 @@ build() {
--enable-ld=default \
--enable-gold \
--enable-plugins \
+ --enable-relro \
--enable-deterministic-archives \
--with-pic \
--disable-werror \