core/glibc to 2.29-2

This commit is contained in:
Kevin Mihelich 2019-06-18 12:41:49 +00:00
parent 4352377bdd
commit aeef7d1103

View file

@ -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 \