core/glibc to 2.31-3

This commit is contained in:
Kevin Mihelich 2020-05-14 13:17:43 +00:00
parent 123c23378e
commit af580a0865

View file

@ -15,22 +15,22 @@ noautobuild=1
pkgname=glibc
pkgver=2.31
pkgrel=2
pkgrel=3
arch=(x86_64)
url='https://www.gnu.org/software/libc'
license=(GPL LGPL)
makedepends=(git gd python)
options=(!strip staticlibs !distcc)
#source=(git+https://sourceware.org/git/glibc.git#commit=$_commit
source=(https://ftp.gnu.org/gnu/glibc/glibc-$pkgver.tar.xz{,.sig}
#source=(https://ftp.gnu.org/gnu/glibc/glibc-$pkgver.tar.xz{,.sig}
_commit=18fdba553dd9b907e9812b90d2cea593f776058f
source=(git+https://sourceware.org/git/glibc.git#commit=$_commit
locale.gen.txt
locale-gen
sdt.h sdt-config.h
bz20338.patch)
validpgpkeys=(7273542B39962DF7B299931416792B4EA25340F8 # Carlos O'Donell
BC7C7372637EC10C57D7AA6579C43DFBF1CF2187) # Siddhesh Poyarekar
md5sums=('78a720f17412f3c3282be5a6f3363ec6'
'SKIP'
md5sums=('SKIP'
'07ac979b6ab5eeb778d55f041529d623'
'476e9113489f93b348b21e144b6a8fcf'
'91fec3b7e75510ae2ac42533aa2e695e'
@ -64,6 +64,7 @@ build() {
--disable-multi-arch
--enable-stack-protector=strong
--enable-stackguard-randomization
--enable-systemtap
--disable-profile
--disable-werror
)