mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/glibc to 2.32-2
This commit is contained in:
parent
0d1e9de07f
commit
af4b38835a
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ noautobuild=1
|
||||||
|
|
||||||
pkgname=glibc
|
pkgname=glibc
|
||||||
pkgver=2.32
|
pkgver=2.32
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url='https://www.gnu.org/software/libc'
|
url='https://www.gnu.org/software/libc'
|
||||||
license=(GPL LGPL)
|
license=(GPL LGPL)
|
||||||
|
@ -177,5 +177,5 @@ package() {
|
||||||
install -Dm644 "$srcdir/sdt-config.h" "$pkgdir/usr/include/sys/sdt-config.h"
|
install -Dm644 "$srcdir/sdt-config.h" "$pkgdir/usr/include/sys/sdt-config.h"
|
||||||
|
|
||||||
# Provided by libxcrypt; keep the old shared library for backwards compatibility
|
# 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}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue