Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sun, 14 Aug 2016 14:07:53 +0200
From: magnum <john.magnum@...hmail.com>
To: john-users@...ts.openwall.com
Subject: Re: SSL headers and JTR compile on MAC

On 2016-08-12 20:29, websiteaccess@...il.com wrote:
>
>>>
>>> Generally there are no consequences of this for you. If you build your
>>> own software and it requires this formula, you'll need to add to your
>>> build variables:
>>>
>>>  LDFLAGS:  -L/usr/local/opt/openssl/lib
>>>  CPPFLAGS: -I/usr/local/opt/openssl/include
>>>
>>> These can be added to the john Makefile (around line 53 and line 60)
>>> instead of forcing the link.
>>>
>
> Which Makefile in " john-1.8.0-jumbo-1/source"
>
> There is 3 makefile files !
>
> Makefile.dep
> Makefile.in
> Makefile.legacy
> Makefile.stub

After you've ran ./configure, there will be a 5th file called Makefile, 
with no extension. That's the one. You can add the mentioned flags 
directly in the configuration run:

./configure LDFLAGS=-L/usr/local/opt/openssl/lib 
CPPFLAGS=-I/usr/local/opt/openssl/include

After that, the required lines should be in place with no edit.

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.