diff --git a/srcpkgs/john/template b/srcpkgs/john/template index b40b2250f1d..98ceeb2eca8 100644 --- a/srcpkgs/john/template +++ b/srcpkgs/john/template @@ -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() {