mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/glibc to 2.39-1
This commit is contained in:
parent
4990f466b6
commit
fe4f597aa2
2 changed files with 9 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = glibc
|
||||
pkgver = 2.38
|
||||
pkgrel = 8
|
||||
pkgver = 2.39
|
||||
pkgrel = 1
|
||||
url = https://www.gnu.org/software/libc
|
||||
arch = x86_64
|
||||
license = GPL-2.0-or-later
|
||||
|
@ -11,7 +11,7 @@ pkgbase = glibc
|
|||
makedepends = python
|
||||
options = staticlibs
|
||||
options = !lto
|
||||
source = git+https://sourceware.org/git/glibc.git#commit=d37c2b20a4787463d192b32041c3406c2bd91de0
|
||||
source = git+https://sourceware.org/git/glibc.git#commit=6d1e3fb07b45e2e31e469b16cf21b24bccf8914c
|
||||
source = locale.gen.txt
|
||||
source = locale-gen
|
||||
source = lib32-glibc.conf
|
||||
|
@ -39,11 +39,11 @@ pkgname = glibc
|
|||
|
||||
pkgname = lib32-glibc
|
||||
pkgdesc = GNU C Library (32-bit)
|
||||
depends = glibc=2.38
|
||||
depends = glibc=2.39
|
||||
options = staticlibs
|
||||
options = !lto
|
||||
options = !emptydirs
|
||||
|
||||
pkgname = glibc-locales
|
||||
pkgdesc = Pregenerated locales for GNU C Library
|
||||
depends = glibc=2.38
|
||||
depends = glibc=2.39
|
||||
|
|
|
@ -16,9 +16,9 @@ noautobuild=1
|
|||
|
||||
pkgbase=glibc
|
||||
pkgname=(glibc glibc-locales)
|
||||
pkgver=2.38
|
||||
_commit=d37c2b20a4787463d192b32041c3406c2bd91de0
|
||||
pkgrel=8
|
||||
pkgver=2.39
|
||||
_commit=6d1e3fb07b45e2e31e469b16cf21b24bccf8914c
|
||||
pkgrel=1
|
||||
arch=(x86_64)
|
||||
url='https://www.gnu.org/software/libc'
|
||||
license=(GPL-2.0-or-later LGPL-2.1-or-later)
|
||||
|
@ -123,6 +123,7 @@ check() (
|
|||
_skip_test tst-ntp_gettimex sysdeps/unix/sysv/linux/Makefile
|
||||
_skip_test tst-pkey sysdeps/unix/sysv/linux/Makefile
|
||||
_skip_test tst-process_mrelease sysdeps/unix/sysv/linux/Makefile
|
||||
_skip_test tst-shstk-legacy-1g sysdeps/x86_64/Makefile
|
||||
_skip_test tst-adjtime time/Makefile
|
||||
|
||||
make -O check
|
||||
|
|
Loading…
Reference in a new issue