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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Mon Jul 10 09:45:18 UTC 2017


    Date: Monday, July 10, 2017 @ 09:45:17
  Author: bpiotrowski
Revision: 300015

upgpkg: binutils 2.28.0-4

enable RELRO by default

Modified:
  binutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-10 08:01:27 UTC (rev 300014)
+++ PKGBUILD	2017-07-10 09:45:17 UTC (rev 300015)
@@ -5,7 +5,7 @@
 
 pkgname=binutils
 pkgver=2.28.0
-pkgrel=3
+pkgrel=4
 _commit=09e514a92b6bb7c910051a7fafc9fded8a687848
 pkgdesc="A set of programs to assemble and manipulate binary and object files"
 arch=('i686' 'x86_64')
@@ -42,6 +42,7 @@
     --enable-ld=default \
     --enable-gold \
     --enable-plugins \
+    --enable-relro \
     --enable-deterministic-archives \
     --with-pic \
     --disable-werror \



More information about the arch-commits mailing list