mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +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
|
pkgbase = glibc
|
||||||
pkgver = 2.38
|
pkgver = 2.39
|
||||||
pkgrel = 8
|
pkgrel = 1
|
||||||
url = https://www.gnu.org/software/libc
|
url = https://www.gnu.org/software/libc
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL-2.0-or-later
|
license = GPL-2.0-or-later
|
||||||
|
@ -11,7 +11,7 @@ pkgbase = glibc
|
||||||
makedepends = python
|
makedepends = python
|
||||||
options = staticlibs
|
options = staticlibs
|
||||||
options = !lto
|
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.txt
|
||||||
source = locale-gen
|
source = locale-gen
|
||||||
source = lib32-glibc.conf
|
source = lib32-glibc.conf
|
||||||
|
@ -39,11 +39,11 @@ pkgname = glibc
|
||||||
|
|
||||||
pkgname = lib32-glibc
|
pkgname = lib32-glibc
|
||||||
pkgdesc = GNU C Library (32-bit)
|
pkgdesc = GNU C Library (32-bit)
|
||||||
depends = glibc=2.38
|
depends = glibc=2.39
|
||||||
options = staticlibs
|
options = staticlibs
|
||||||
options = !lto
|
options = !lto
|
||||||
options = !emptydirs
|
options = !emptydirs
|
||||||
|
|
||||||
pkgname = glibc-locales
|
pkgname = glibc-locales
|
||||||
pkgdesc = Pregenerated locales for GNU C Library
|
pkgdesc = Pregenerated locales for GNU C Library
|
||||||
depends = glibc=2.38
|
depends = glibc=2.39
|
||||||
|
|
|
@ -16,9 +16,9 @@ noautobuild=1
|
||||||
|
|
||||||
pkgbase=glibc
|
pkgbase=glibc
|
||||||
pkgname=(glibc glibc-locales)
|
pkgname=(glibc glibc-locales)
|
||||||
pkgver=2.38
|
pkgver=2.39
|
||||||
_commit=d37c2b20a4787463d192b32041c3406c2bd91de0
|
_commit=6d1e3fb07b45e2e31e469b16cf21b24bccf8914c
|
||||||
pkgrel=8
|
pkgrel=1
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url='https://www.gnu.org/software/libc'
|
url='https://www.gnu.org/software/libc'
|
||||||
license=(GPL-2.0-or-later LGPL-2.1-or-later)
|
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-ntp_gettimex sysdeps/unix/sysv/linux/Makefile
|
||||||
_skip_test tst-pkey 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-process_mrelease sysdeps/unix/sysv/linux/Makefile
|
||||||
|
_skip_test tst-shstk-legacy-1g sysdeps/x86_64/Makefile
|
||||||
_skip_test tst-adjtime time/Makefile
|
_skip_test tst-adjtime time/Makefile
|
||||||
|
|
||||||
make -O check
|
make -O check
|
||||||
|
|
Loading…
Reference in a new issue