core/glibc to 2.31-5

This commit is contained in:
Kevin Mihelich 2020-05-25 01:44:50 +00:00
parent b595709807
commit 60e5464190

View file

@ -15,7 +15,7 @@ noautobuild=1
pkgname=glibc
pkgver=2.31
pkgrel=4
pkgrel=5
arch=(x86_64)
url='https://www.gnu.org/software/libc'
license=(GPL LGPL)
@ -107,6 +107,8 @@ build() {
echo "CXX += -D_FORTIFY_SOURCE=2" >> configparms
make
# build info pages manually for reprducibility
make info
}
check() {