|
Message-ID: <ffc40a268559d0ef9b864b976e50e7b0@smtp.hushmail.com> Date: Thu, 12 Mar 2015 19:43:44 +0100 From: magnum <john.magnum@...hmail.com> To: john-dev@...ts.openwall.com Subject: Re: [GSoC] building JtR for MIC On 2015-03-12 12:27, jfoug@....net wrote: > > ---- Lei Zhang <zhanglei.april@...il.com> wrote: >> Hi, >> >> I’ve posted a pull request on GitHub with the changes I made and a new README file. >> >> There’re two minor issues: >> 1. I made two patches which is used to build GMP and OpenSSL on MIC. I don’t know where to put them, and now I temporarily put them under john/src/unused. Maybe you have some better solutions. >> >> 2. There is a variable ‘OPENSSL_LIBS’ which is supposed to be bound to “-lssl -lcrypto” in the configure script. But when targeting MIC, it’s bound to an empty string, and those linker flags are not added into Makefile. I have to add them to LDFLAGS manually, like this: >> $ LDFLAGS=“-lssl -lcrypto” ./configure >> I haven’t figure out how to resolve this yet. This is how it's supposed to work: ./configure OPENSSL_LIBS=“-lssl -lcrypto” -disable-native-tests (...) Doesn't it? magnum
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.