Ralf S. Engelschall <[EMAIL PROTECTED]>:

> Any objections for the following last-minute patch which tries to fix the
> problems the RSAref-users had (they need libRSAglue.a installed)?
> 
> Index: rsaref/Makefile.ssl
> ===================================================================
> RCS file: /e/openssl/cvs/openssl/rsaref/Makefile.ssl,v
> retrieving revision 1.23
> diff -u -r1.23 Makefile.ssl
> --- rsaref/Makefile.ssl 1999/05/21 11:16:44 1.23
> +++ rsaref/Makefile.ssl 1999/08/08 11:26:42
> @@ -52,6 +52,11 @@
>     @$(PERL) $(TOP)/util/mklink.pl ../apps $(APPS)
>  
>  install:
> +   -@if [ "x`echo x $(EX_LIBS) | grep RSAglue`" != x ]; then \
> +       cp $(LIB) $(INSTALL_PREFIX)$(INSTALLTOP)/lib/libRSAglue.a; \
> +       $(RANLIB) $(INSTALL_PREFIX)$(INSTALLTOP)/lib/libRSAglue.a; \
> +       chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/lib/libRSAglue.a; \
> +   fi

You should add
      echo installing libRSAglue.a; \
(similar to the top Makefile).  Then it should be ok.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to