In article <m11DTj3-000QdzC@epsilon> you wrote:

>> Any objections for the following last-minute patch which tries to fix the
>> problems the RSAref-users had (they need libRSAglue.a installed)?
> [...]
>>  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.

Ops, good catch. Thanks, Bodo.
                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to