Skip to content
Snippets Groups Projects
Verified Commit 8b1b69f8 authored by Frederik Schwan's avatar Frederik Schwan
Browse files

upgpkg: 2.39-1

parent 2e086c6e
No related branches found
No related tags found
No related merge requests found
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
......@@ -8,9 +8,9 @@
pkgbase=glibc
pkgname=(glibc lib32-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)
......@@ -43,9 +43,8 @@ build() {
local _configure_flags=(
--prefix=/usr
--with-headers=/usr/include
--with-bugurl=https://bugs.archlinux.org/
--with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/glibc/-/issues
--enable-bind-now
--enable-cet
--enable-fortify-source
--enable-kernel=4.4
--enable-multi-arch
......@@ -72,6 +71,7 @@ build() {
"${srcdir}"/glibc/configure \
--libdir=/usr/lib \
--libexecdir=/usr/lib \
--enable-cet \
"${_configure_flags[@]}"
make -O
......@@ -132,6 +132,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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment