Install libRSAglue.a when OpenSSL is build with RSAref.
This should now finally make the RSAref users happy...
This commit is contained in:
parent
204cf1abb0
commit
dfbaf95618
3
CHANGES
3
CHANGES
@ -4,6 +4,9 @@
|
||||
|
||||
Changes between 0.9.3a and 0.9.4 [xx Aug 1999]
|
||||
|
||||
*) Install libRSAglue.a when OpenSSL is build with RSAref.
|
||||
[Ralf S. Engelschall]
|
||||
|
||||
*) A few more ``#ifndef NO_FP_API / #endif'' pairs for consistency.
|
||||
[Andrija Antonijevic <TheAntony2@bigfoot.com>]
|
||||
|
||||
|
@ -52,6 +52,12 @@ links:
|
||||
@$(PERL) $(TOP)/util/mklink.pl ../apps $(APPS)
|
||||
|
||||
install:
|
||||
-@if [ "x`echo x $(EX_LIBS) | grep RSAglue`" != x ]; then \
|
||||
echo "installing libRSAglue.a"; \
|
||||
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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user