Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sat, 9 Oct 2010 00:32:20 +0400
From: Solar Designer <solar@...nwall.com>
To: john-users@...ts.openwall.com
Subject: Re: Patch for Makefile, concerning Solaris x86

Robert,

On Wed, Oct 06, 2010 at 12:34:14AM -0400, Robert Harris wrote:
> I'm making a patch that adds "-lnsl -lsocket"  to the LDFLAGS of
> "solaris-x86-64-gcc","solaris-x86-sse2-gcc", "solaris-x86-mmx-gcc", and
> "solaris-x86-any-gcc" in the Makefile.
> 
> I'm wondering if any other of the Solaris areas need this flag as well?

All solaris-* targets need it (this means solaris-sparc* and *-cc ones
as well), albeit only for the tgtsnarf program in the jumbo patch.  It
is easier to add the options to the global LDFLAGS rather than to try
to do it for tgtsnarf only.  In fact, the jumbo patch is already dirty
in this aspect anyway - it similarly unnecessarily links some programs
against OpenSSL.  So we can continue this "tradition" for now...

Thanks,

Alexander

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.