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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Wed May 2 20:39:36 UTC 2018


    Date: Wednesday, May 2, 2018 @ 20:39:35
  Author: bpiotrowski
Revision: 323305

2.27-3: rebuild against gcc 8.1.0 and enable static PIE

Modified:
  glibc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-02 20:37:50 UTC (rev 323304)
+++ PKGBUILD	2018-05-02 20:39:35 UTC (rev 323305)
@@ -8,7 +8,7 @@
 pkgbase=glibc
 pkgname=(glibc lib32-glibc)
 pkgver=2.27
-pkgrel=2
+pkgrel=3
 arch=(x86_64)
 url='http://www.gnu.org/software/libc'
 license=(GPL LGPL)
@@ -56,6 +56,7 @@
       --enable-multi-arch
       --enable-stack-protector=strong
       --enable-stackguard-randomization
+      --enable-static-pie
       --disable-profile
       --disable-werror
   )



More information about the arch-commits mailing list