Amadeu A. Barbosa Jr wrote: > Hi all, > > I got a problem on compile of openssl-SNAP-20081003 on IA64 (same on older > versions of 0.9.9 dev source) like this: > ... > The following patch on crypto/sha/Makefile makes all right: > > openssl-SNAP-20081003$ diff -up crypto/sha/Makefile crypto/sha/Makefile.new > > --- crypto/sha/Makefile 2008-01-13 21:00:27.000000000 -0200 > > +++ crypto/sha/Makefile.new 2008-10-03 16:47:35.000000000 -0300 > > @@ -50,7 +50,7 @@ sha512-586.s: asm/sha512-586.pl ../perla > > $(PERL) asm/sha512-586.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@ > > > > sha1-ia64.s: asm/sha1-ia64.pl > > - (cd asm; $(PERL) sha1-ia64.pl $(CFLAGS) ) > $@ > > + (cd asm; $(PERL) sha1-ia64.pl ../$@ $(CFLAGS)) > > sha256-ia64.s: asm/sha512-ia64.pl > > (cd asm; $(PERL) sha512-ia64.pl ../$@ $(CFLAGS)) > > sha512-ia64.s: asm/sha512-ia64.pl > > > > The first argument for sha1-ia64.pl should be the .s file and not the > $CFLAGS. I tested and works fine for me. > > Is it enough report this here? Should I report this someplace else? > The best place to report bugs is [EMAIL PROTECTED] Posts to the mailing list(s) tend to slip through the fingers :-) I would recommend to send patches as attachments as they are easier to process with common mail clients.
Best regards, Lutz ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]