* update x86_64-pc-linux-gnu-libxcrypt to 4.4.36-1.1
This commit is contained in:
parent
11390a6dda
commit
e6da4ef3e0
@ -10,7 +10,7 @@
|
|||||||
_target=x86_64-pc-linux-gnu
|
_target=x86_64-pc-linux-gnu
|
||||||
pkgname=${_target}-libxcrypt
|
pkgname=${_target}-libxcrypt
|
||||||
pkgver=4.4.36
|
pkgver=4.4.36
|
||||||
pkgrel=1
|
pkgrel=1.1
|
||||||
pkgdesc='Modern library for one-way hashing of passwords'
|
pkgdesc='Modern library for one-way hashing of passwords'
|
||||||
arch=(any)
|
arch=(any)
|
||||||
url='https://github.com/besser82/libxcrypt'
|
url='https://github.com/besser82/libxcrypt'
|
||||||
@ -34,7 +34,7 @@ build() {
|
|||||||
|
|
||||||
cd "${srcdir}/build-libxcrypt/"
|
cd "${srcdir}/build-libxcrypt/"
|
||||||
"${srcdir}/libxcrypt-${pkgver}"/configure \
|
"${srcdir}/libxcrypt-${pkgver}"/configure \
|
||||||
--prefix=/usr/${_target} \
|
--prefix=/usr/${_target}/usr \
|
||||||
--with-sysroot=/usr/${_target} \
|
--with-sysroot=/usr/${_target} \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-hashes=strong,glibc \
|
--enable-hashes=strong,glibc \
|
||||||
@ -46,7 +46,7 @@ build() {
|
|||||||
|
|
||||||
cd "${srcdir}/build-libxcrypt-compat/"
|
cd "${srcdir}/build-libxcrypt-compat/"
|
||||||
"${srcdir}/libxcrypt-${pkgver}"/configure \
|
"${srcdir}/libxcrypt-${pkgver}"/configure \
|
||||||
--prefix=/usr/${_target} \
|
--prefix=/usr/${_target}/usr \
|
||||||
--with-sysroot=/usr/${_target} \
|
--with-sysroot=/usr/${_target} \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-hashes=strong,glibc \
|
--enable-hashes=strong,glibc \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user