Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Thu, 12 Mar 2015 7:27:26 -0400
From:  <jfoug@....net>
To: john-dev@...ts.openwall.com
Subject: Re: [GSoC] building JtR for MIC


---- 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.

These system specific changes have been handled in ./m4/jtr_systems_specific_logic.m4      Add a mic*) case to the last case statement, and put in the logic needed there.

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.