* update x86_64-pc-linux-gnu-libxcrypt to 4.4.36-1.1

This commit is contained in:
Alexander Baldeck 2023-09-12 17:09:00 +02:00
parent 11390a6dda
commit e6da4ef3e0

View File

@ -10,7 +10,7 @@
_target=x86_64-pc-linux-gnu
pkgname=${_target}-libxcrypt
pkgver=4.4.36
pkgrel=1
pkgrel=1.1
pkgdesc='Modern library for one-way hashing of passwords'
arch=(any)
url='https://github.com/besser82/libxcrypt'
@ -34,7 +34,7 @@ build() {
cd "${srcdir}/build-libxcrypt/"
"${srcdir}/libxcrypt-${pkgver}"/configure \
--prefix=/usr/${_target} \
--prefix=/usr/${_target}/usr \
--with-sysroot=/usr/${_target} \
--disable-static \
--enable-hashes=strong,glibc \
@ -46,7 +46,7 @@ build() {
cd "${srcdir}/build-libxcrypt-compat/"
"${srcdir}/libxcrypt-${pkgver}"/configure \
--prefix=/usr/${_target} \
--prefix=/usr/${_target}/usr \
--with-sysroot=/usr/${_target} \
--disable-static \
--enable-hashes=strong,glibc \