mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
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_compat.so.2 glibc-2.29_1
|
||||||
libnss_dns.so.2 glibc-2.29_1
|
libnss_dns.so.2 glibc-2.29_1
|
||||||
libnss_hesiod.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
|
libcrypt.so.1 glibc-2.29_1
|
||||||
libBrokenLocale.so.1 glibc-2.29_1
|
libBrokenLocale.so.1 glibc-2.29_1
|
||||||
libmemusage.so glibc-2.29_1
|
libmemusage.so glibc-2.29_1
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'glibc'
|
# Template file for 'glibc'
|
||||||
pkgname=glibc
|
pkgname=glibc
|
||||||
version=2.30
|
version=2.32
|
||||||
revision=2
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
short_desc="GNU C library"
|
short_desc="GNU C library"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later, LGPL-2.1-or-later, BSD-3-Clause"
|
license="GPL-2.0-or-later, LGPL-2.1-or-later, BSD-3-Clause"
|
||||||
homepage="http://www.gnu.org/software/libc"
|
homepage="http://www.gnu.org/software/libc"
|
||||||
distfiles="${GNU_SITE}/glibc/glibc-${version}.tar.xz"
|
distfiles="${GNU_SITE}/glibc/glibc-${version}.tar.xz"
|
||||||
checksum=e2c4114e569afbe7edbc29131a43be833850ab9a459d81beb2588016d2bbb8af
|
checksum=1627ea54f5a1a8467032563393e0901077626dc66f37f10ee6363bb722222836
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
# Do not strip these files, objcopy errors out.
|
# Do not strip these files, objcopy errors out.
|
||||||
nostrip_files="
|
nostrip_files="
|
||||||
|
@ -96,12 +96,12 @@ do_configure() {
|
||||||
SHELL=/bin/bash ../configure ${configure_args} \
|
SHELL=/bin/bash ../configure ${configure_args} \
|
||||||
--bindir=/usr/bin --sbindir=/usr/bin \
|
--bindir=/usr/bin --sbindir=/usr/bin \
|
||||||
--libdir=${_libdir} --libexecdir=${_libdir} \
|
--libdir=${_libdir} --libexecdir=${_libdir} \
|
||||||
--enable-add-ons=libidn --enable-obsolete-rpc \
|
--enable-add-ons=libidn \
|
||||||
--enable-multi-arch --enable-bind-now \
|
--enable-multi-arch --enable-bind-now \
|
||||||
--disable-profile --enable-kernel=3.2.0 \
|
--disable-profile --enable-kernel=3.2.0 \
|
||||||
--enable-stack-guard-randomization \
|
--enable-stack-guard-randomization \
|
||||||
--without-selinux --without-cvs --without-gd \
|
--without-selinux --without-cvs --without-gd \
|
||||||
--disable-lock-elision --enable-obsolete-nsl \
|
--disable-lock-elision \
|
||||||
--enable-stack-protector=strong \
|
--enable-stack-protector=strong \
|
||||||
--with-headers=${XBPS_CROSS_BASE}/usr/include \
|
--with-headers=${XBPS_CROSS_BASE}/usr/include \
|
||||||
--disable-werror \
|
--disable-werror \
|
||||||
|
|
Loading…
Add table
Reference in a new issue