core/glibc to 2.32-2

This commit is contained in:
Kevin Mihelich 2020-08-21 23:52:13 +00:00
parent 0d1e9de07f
commit af4b38835a

View file

@ -15,7 +15,7 @@ noautobuild=1
pkgname=glibc
pkgver=2.32
pkgrel=1
pkgrel=2
arch=(x86_64)
url='https://www.gnu.org/software/libc'
license=(GPL LGPL)
@ -177,5 +177,5 @@ package() {
install -Dm644 "$srcdir/sdt-config.h" "$pkgdir/usr/include/sys/sdt-config.h"
# Provided by libxcrypt; keep the old shared library for backwards compatibility
rm -f "$pkgdir"/usr/include/crypt.h "$pkgdir"/usr/lib/libcrypt.a
rm -f "$pkgdir"/usr/include/crypt.h "$pkgdir"/usr/lib/libcrypt.{a,so}
}