In trying to build ethier the OpenSSL_0_9_7c or OpenSSL_0_9_7-stable
branch on OpenServer 5 I discovered a change to Makefile.org that
caused the build to fail.
----------------------------
revision 1.154.2.63
date: 2003/05/29 22:20:55; author: levitte; state: Exp; lines: +2 -2
Have ASFLAGS be defined the same way as CFLAGS
----------------------------
causes some assembler modules to not build
...
making all in crypto/sha...
cc -c -o asm/sx86-elf.o asm/sx86-elf.s
Assembler: sha1-586.s
aline 13 : Syntax error
aline 13 : illegal character
aline 1902 : Syntax error
aline 1907 : Syntax error
aline 1907 : illegal character
aline 1958 : Syntax error
*** Error code 1 (bu21)
...
If it was important to s/ASFLAGS/ASFLAG/ in Makefile.org, perhaps
adding ASFLAGS= $(ASFLAG) to these makefiles would be in order.
crypto/sha/Makefile.ssl
crypto/ripemd/Makefile.ssl
crypto/des/Makefile.ssl
crypto/rc4/Makefile.ssl
crypto/bf/Makefile.ssl
That seems to solve the build problem here.
--
Tim Rice Multitalents (707) 887-1469
[EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]