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
# @for i in $(EXHEADER) ; \
# do \
Ralf S. Engelschall
[EMAIL PROTECTED]
www.engelschall.com
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]