mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
parent
fb0930f5d0
commit
547da9bb12
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'john'
|
# Template file for 'john'
|
||||||
pkgname=john
|
pkgname=john
|
||||||
version=1.8.0
|
version=1.8.0
|
||||||
revision=8
|
revision=9
|
||||||
_jumbover=1
|
_jumbover=1
|
||||||
wrksrc="${pkgname}-${version}-jumbo-${_jumbover}"
|
wrksrc="${pkgname}-${version}-jumbo-${_jumbover}"
|
||||||
build_wrksrc="src"
|
build_wrksrc="src"
|
||||||
|
@ -20,6 +20,7 @@ checksum=bac93d025995a051f055adbd7ce2f1975676cac6c74a6c7a3ee4cfdd9c160923
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
rm rawSHA0_fmt_plug.c # SHA no longer available in libressl
|
rm rawSHA0_fmt_plug.c # SHA no longer available in libressl
|
||||||
sed -i 's|des_|DES_|g' KRB4*.c
|
sed -i 's|des_|DES_|g' KRB4*.c
|
||||||
|
sed -i -e 's|^$CPP|$CC -E|' configure
|
||||||
export AS= LD=
|
export AS= LD=
|
||||||
export OPENSSL_LIBS="-lssl -lcrypto"
|
export OPENSSL_LIBS="-lssl -lcrypto"
|
||||||
CFLAGS+=" -DJOHN_SYSTEMWIDE=1"
|
CFLAGS+=" -DJOHN_SYSTEMWIDE=1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue