mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/glibc to 2.26-6
This commit is contained in:
parent
9f837be27c
commit
b64884590d
1 changed files with 4 additions and 7 deletions
|
@ -13,7 +13,7 @@ noautobuild=1
|
|||
|
||||
pkgname=glibc
|
||||
pkgver=2.26
|
||||
pkgrel=5
|
||||
pkgrel=6
|
||||
pkgdesc='GNU C Library'
|
||||
arch=(i686 x86_64)
|
||||
url='http://www.gnu.org/software/libc'
|
||||
|
@ -27,17 +27,15 @@ backup=(etc/gai.conf
|
|||
etc/nscd.conf)
|
||||
options=(!strip staticlibs !distcc)
|
||||
install=glibc.install
|
||||
_commit=d5c6dea2d5b4b5c64625c5386f6baec7bf2d89b3
|
||||
_commit=4b692dffb95ac4812b161eb6a16113d7e824982e # release/2.26/master
|
||||
source=(git://sourceware.org/git/glibc.git#commit=${_commit}
|
||||
locale.gen.txt
|
||||
locale-gen
|
||||
0001-Don-t-use-IFUNC-resolver-for-longjmp-or-system-in-li.patch
|
||||
0002-x86-Add-x86_64-to-x86-64-HWCAP-BZ-22093.patch)
|
||||
0001-Don-t-use-IFUNC-resolver-for-longjmp-or-system-in-li.patch)
|
||||
md5sums=('SKIP'
|
||||
'07ac979b6ab5eeb778d55f041529d623'
|
||||
'476e9113489f93b348b21e144b6a8fcf'
|
||||
'cbc073315c00b03898b7fc614274d6b3'
|
||||
'bd9b13f3294b6357baa809e4416b9f44')
|
||||
'cbc073315c00b03898b7fc614274d6b3')
|
||||
|
||||
# pkgver() {
|
||||
# cd glibc
|
||||
|
@ -49,7 +47,6 @@ prepare() {
|
|||
|
||||
cd glibc
|
||||
patch -p1 -i "$srcdir/0001-Don-t-use-IFUNC-resolver-for-longjmp-or-system-in-li.patch"
|
||||
patch -p1 -i "$srcdir/0002-x86-Add-x86_64-to-x86-64-HWCAP-BZ-22093.patch"
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue