glibc: update to 2.32.
This commit is contained in:
parent
86b7c62b9b
commit
b264ea24c2
2 changed files with 5 additions and 7 deletions
|
@ -40,8 +40,6 @@ libnss_files.so.2 glibc-2.29_1
|
|||
libnss_compat.so.2 glibc-2.29_1
|
||||
libnss_dns.so.2 glibc-2.29_1
|
||||
libnss_hesiod.so.2 glibc-2.29_1
|
||||
libnss_nisplus.so.2 glibc-2.29_1
|
||||
libnss_nis.so.2 glibc-2.29_1
|
||||
libcrypt.so.1 glibc-2.29_1
|
||||
libBrokenLocale.so.1 glibc-2.29_1
|
||||
libmemusage.so glibc-2.29_1
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'glibc'
|
||||
pkgname=glibc
|
||||
version=2.30
|
||||
revision=2
|
||||
version=2.32
|
||||
revision=1
|
||||
bootstrap=yes
|
||||
short_desc="GNU C library"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="GPL-2.0-or-later, LGPL-2.1-or-later, BSD-3-Clause"
|
||||
homepage="http://www.gnu.org/software/libc"
|
||||
distfiles="${GNU_SITE}/glibc/glibc-${version}.tar.xz"
|
||||
checksum=e2c4114e569afbe7edbc29131a43be833850ab9a459d81beb2588016d2bbb8af
|
||||
checksum=1627ea54f5a1a8467032563393e0901077626dc66f37f10ee6363bb722222836
|
||||
patch_args="-Np1"
|
||||
# Do not strip these files, objcopy errors out.
|
||||
nostrip_files="
|
||||
|
@ -96,12 +96,12 @@ do_configure() {
|
|||
SHELL=/bin/bash ../configure ${configure_args} \
|
||||
--bindir=/usr/bin --sbindir=/usr/bin \
|
||||
--libdir=${_libdir} --libexecdir=${_libdir} \
|
||||
--enable-add-ons=libidn --enable-obsolete-rpc \
|
||||
--enable-add-ons=libidn \
|
||||
--enable-multi-arch --enable-bind-now \
|
||||
--disable-profile --enable-kernel=3.2.0 \
|
||||
--enable-stack-guard-randomization \
|
||||
--without-selinux --without-cvs --without-gd \
|
||||
--disable-lock-elision --enable-obsolete-nsl \
|
||||
--disable-lock-elision \
|
||||
--enable-stack-protector=strong \
|
||||
--with-headers=${XBPS_CROSS_BASE}/usr/include \
|
||||
--disable-werror \
|
||||
|
|
Loading…
Reference in a new issue