[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Fri Mar 4 05:27:31 UTC 2016
The branch master has been updated
via c8cca980dc9a3d38eed6356219b84fcb5e257e0a (commit)
from 25004db793dc737d5cc858fc35c69da3d4bfb9aa (commit)
- Log -----------------------------------------------------------------
commit c8cca980dc9a3d38eed6356219b84fcb5e257e0a
Author: Richard Levitte <levitte at openssl.org>
Date: Fri Mar 4 05:43:15 2016 +0100
Correction, $disabled{shared} rather than $config{no_shared}
Reviewed-by: Rich Salz <rsalz at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
Configurations/unix-Makefile.tmpl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl
index a9f0ae1..50dafd2 100644
--- a/Configurations/unix-Makefile.tmpl
+++ b/Configurations/unix-Makefile.tmpl
@@ -389,7 +389,7 @@ uninstall_dev:
$(RM) $(DESTDIR)$(INSTALLTOP)/$(LIBDIR)/$$fn2; \
: {- output_on() unless windowsdll(); "" -}; \
done
- @ : {- output_on() if $config{no_shared}; "" -}
+ @ : {- output_on() if $disabled{shared}; "" -}
$(RM) $(DESTDIR)$(INSTALLTOP)/$(LIBDIR)/pkgconfig/libcrypto.pc
$(RM) $(DESTDIR)$(INSTALLTOP)/$(LIBDIR)/pkgconfig/libssl.pc
$(RM) $(DESTDIR)$(INSTALLTOP)/$(LIBDIR)/pkgconfig/openssl.pc
More information about the openssl-commits
mailing list