mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 22:27:02 +02:00
john: rebuild for libxcrypt
This commit is contained in:
parent
8b38681ab9
commit
cf78d08fff
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'john'
|
||||
pkgname=john
|
||||
version=1.9.0
|
||||
revision=6
|
||||
revision=7
|
||||
_jumbover=1
|
||||
build_wrksrc="src"
|
||||
build_style=gnu-configure
|
||||
|
@ -15,6 +15,10 @@ distfiles="$homepage/k/$pkgname-${version}-jumbo-${_jumbover}.tar.xz"
|
|||
checksum=f5d123f82983c53d8cc598e174394b074be7a77756f5fb5ed8515918c81e7f3b
|
||||
python_version=3
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||
makedepends+=" libxcrypt-devel"
|
||||
fi
|
||||
|
||||
build_options="simd"
|
||||
|
||||
pre_configure() {
|
||||
|
|
Loading…
Add table
Reference in a new issue