OpenSSL 0.9.3 23 May 1999
built on: Fri May 28 16:24:12 MET DST 1999
platform: solaris-sparc-gcc
options:  bn(64,32) md2(int) rc4(ptr,char) des(idx,cisc,16,long) idea(int) 
blowfish(idx) 
compiler: gcc -DTHREADS -D_REENTRANT -O3 -fomit-frame-pointer -mv8 -Wall -DB_ENDIAN

Problem: "make install" ignores config option --install_prefix in subdirectory
crypto/

Suggested fix (diff -c):
*** crypto/Makefile.ssl.ORI     Sun May 23 14:36:10 1999
--- crypto/Makefile.ssl Fri May 28 17:27:27 1999
***************
*** 106,112 ****
        @for i in $(SDIRS) ;\
        do \
        (cd $$i; echo "making install in crypto/$$i..."; \
!       $(MAKE) CC='$(CC)' CFLAG='${CFLAG}' INSTALLTOP='${INSTALLTOP}' 
PEX_LIBS='${PEX_LIBS}' EX_LIBS='${EX_LIBS}' install ); \
        done;
  
  lint:
--- 106,112 ----
        @for i in $(SDIRS) ;\
        do \
        (cd $$i; echo "making install in crypto/$$i..."; \
!       $(MAKE) CC='$(CC)' CFLAG='${CFLAG}' INSTALL_PREFIX='${INSTALL_PREFIX}' 
INSTALLTOP='${INSTALLTOP}' PEX_LIBS='${PEX_LIBS}' EX_LIBS='${EX_LIBS}' install ); \
        done;
  
  lint:


 Hans Werner Strube
 Drittes Physikalisches Institut,  Univ. G�ttingen
 B�rgerstr. 42-44,   D-37073 G�ttingen
 Tel.: +49-551-39-7729  Fax: +49-551-39-7720
 E-Mail: [EMAIL PROTECTED], [EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to