Date: Tuesday, November 1, 2016 @ 06:06:35
  Author: allan
Revision: 279551

prepare for LDFLAGS+=-z,now

Modified:
  glibc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-10-31 21:53:55 UTC (rev 279550)
+++ PKGBUILD    2016-11-01 06:06:35 UTC (rev 279551)
@@ -6,7 +6,7 @@
 
 pkgname=glibc
 pkgver=2.24
-pkgrel=2.90
+pkgrel=2.91
 _commit=fdfc9260
 pkgdesc="GNU C Library"
 arch=('i686' 'x86_64')
@@ -55,6 +55,8 @@
   # remove hardening options for building libraries
   CPPFLAGS=${CPPFLAGS/-D_FORTIFY_SOURCE=2/}
   CFLAGS=${CFLAGS/-fstack-protector-strong/}
+  # this is handled properly by --enable-bind-now
+  LDFLAGS=${LDFLAGS/,-z,now/}
 
   ../${pkgname}/configure \
       --prefix=/usr \

Reply via email to