[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Wed, 28 Oct 2009 14:38:36 -0400
From: Erik Winkler <ewinkler@...ls.com>
To: john-users@...ts.openwall.com
Subject: Re: My patches (Performance, options, mingw, vc, generic md5, phpass, etc)
You need to apply the patches first, then make manual changes to the
Makefile. There is no way the patches will work if you change the
original file.
Erik
On Oct 28, 2009, at 1:49 PM, websiteaccess wrote:
> ## Still compilation errors : ##
>
> I did changes in the "Makefile" (john 1.7.3.4/src/Makefile)
>
> macosx-x86-sse2:
> $(LN) x86-sse.h arch.h
> $(MAKE) $(PROJ) \
> JOHN_OBJS="$(JOHN_OBJS) x86.o x86-sse.o" \
> ASFLAGS="$(ASFLAGS) -DUNDERSCORES -DBSD -DALIGN_LOG"
>
> to
> macosx-x86-sse2:
>> $(LN) x86-sse.h arch.h
>> $(MAKE) $(PROJ) \
>> JOHN_OBJS="$(JOHN_OBJS) x86.o x86-sse.o" \
>> ASFLAGS="$(ASFLAGS) -m32 -DUNDERSCORES -DBSD -
>> DALIGN_LOG" \
>> CFLAGS="$(CFLAGS) -m32" \
>> LDFLAGS="$(LDFLAGS) -m32"
>
Powered by blists - more mailing lists
Powered by Openwall GNU/*/Linux -
Powered by OpenVZ