john: remove SHA0 plug (libressl-2.3 fix)

This commit is contained in:
Michael Gehring 2016-03-30 15:52:48 +02:00
parent 4a5da81c0e
commit 559369a605
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ distfiles="$homepage/j/$pkgname-${version}-jumbo-${_jumbover}.tar.xz"
checksum=bac93d025995a051f055adbd7ce2f1975676cac6c74a6c7a3ee4cfdd9c160923
pre_configure() {
rm rawSHA0_fmt_plug.c # SHA no longer available in libressl
sed -i 's|des_|DES_|g' KRB4*.c
export AS= LD=
export OPENSSL_LIBS="-lssl -lcrypto"