From e6da4ef3e0f7c9813e9ef2e71bcbf5da1e64da61 Mon Sep 17 00:00:00 2001 From: kth5 Date: Tue, 12 Sep 2023 17:09:00 +0200 Subject: [PATCH] * update x86_64-pc-linux-gnu-libxcrypt to 4.4.36-1.1 --- cross-compilers/x86-64-pc-linux-gnu-libxcrypt/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cross-compilers/x86-64-pc-linux-gnu-libxcrypt/PKGBUILD b/cross-compilers/x86-64-pc-linux-gnu-libxcrypt/PKGBUILD index 6b466a6490..c8205936b4 100644 --- a/cross-compilers/x86-64-pc-linux-gnu-libxcrypt/PKGBUILD +++ b/cross-compilers/x86-64-pc-linux-gnu-libxcrypt/PKGBUILD @@ -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 \