From: Marius Gavrilescu Date: Sat, 8 Jul 2017 10:35:14 +0000 (+0300) Subject: Do not link with scryptenc/ (they might require -lrt and we do not use them) X-Git-Tag: 0.001001~1 X-Git-Url: http://git.ieval.ro/?p=authen-passphrase-scrypt.git;a=commitdiff_plain;h=061ad9c5552b029791cb7a14a22c878024169dc9 Do not link with scryptenc/ (they might require -lrt and we do not use them) --- diff --git a/Makefile.PL b/Makefile.PL index 198f47b..8d4c0e4 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,8 +5,6 @@ my @link_with = map { 'scrypt-1.2.1/'.$_ } qw, lib/crypto/libscrypt_sse2_a-crypto_scrypt_smix_sse2.o lib/crypto/crypto_scrypt.o lib/crypto/crypto_scrypt_smix.o -lib/scryptenc/scryptenc.o -lib/scryptenc/scryptenc_cpuperf.o lib/util/memlimit.o libcperciva/alg/sha256.o libcperciva/cpusupport/cpusupport_x86_aesni.o