From 061ad9c5552b029791cb7a14a22c878024169dc9 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 8 Jul 2017 13:35:14 +0300 Subject: [PATCH 1/1] Do not link with scryptenc/ (they might require -lrt and we do not use them) --- Makefile.PL | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.30.2