From aeef7d11038daf580f53fab054bba4ba10514d6b Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Tue, 18 Jun 2019 12:41:49 +0000 Subject: [PATCH] core/glibc to 2.29-2 --- core/glibc/PKGBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/core/glibc/PKGBUILD b/core/glibc/PKGBUILD index 89045e5eb..51525250d 100644 --- a/core/glibc/PKGBUILD +++ b/core/glibc/PKGBUILD @@ -15,9 +15,9 @@ noautobuild=1 pkgname=glibc pkgver=2.29 -pkgrel=1 +pkgrel=2 arch=(x86_64) -url='http://www.gnu.org/software/libc' +url='https://www.gnu.org/software/libc' license=(GPL LGPL) makedepends=(git gd python) options=(!strip staticlibs !distcc) @@ -86,6 +86,11 @@ build() { # remove fortify for building libraries CPPFLAGS=${CPPFLAGS/-D_FORTIFY_SOURCE=2/} + # + CFLAGS=${CFLAGS/-fno-plt/} + CXXFLAGS=${CXXFLAGS/-fno-plt/} + LDFLAGS=${LDFLAGS/,-z,now/} + "$srcdir/glibc/configure" \ --libdir=/usr/lib \ --libexecdir=/usr/lib \