diff --git a/srcpkgs/glibc/template b/srcpkgs/glibc/template index 877e2c9fec2..830cfdd26eb 100644 --- a/srcpkgs/glibc/template +++ b/srcpkgs/glibc/template @@ -1,7 +1,7 @@ # Template file for 'glibc' pkgname=glibc version=2.39 -revision=1 +revision=2 bootstrap=yes short_desc="GNU C library" maintainer="Enno Boland " @@ -48,12 +48,13 @@ conf_files=" /etc/ld.so.conf" if [ "$CHROOT_READY" ]; then hostmakedepends="bison gettext perl python3 texinfo" + # XXX: remove this on the next update + # ensures partial upgrades don't break things like PAM + depends="libxcrypt-compat" fi makedepends="kernel-libc-headers" lib32files="/usr/lib/gconv/gconv-modules" lib32symlinks="ld-linux.so.2" -# glibc 2.38 stops providing libcrypt.so.1 -conflicts="glibc-32bit<2.38_1" archs="~*-musl" if [ "$XBPS_TARGET_LIBC" = musl ]; then broken="no point in building this for musl"