[openssl] OpenSSL_1_1_1-stable update
Richard Levitte
levitte at openssl.org
Tue May 28 19:02:39 UTC 2019
The branch OpenSSL_1_1_1-stable has been updated
via a043b21fbe320ae14c08b0e2cb914c8d069083a2 (commit)
via a52fa7adf395189dcdf281fb27587e6adec18cf0 (commit)
from 871c675b8592261abb7de294b40f2c6f7311fa58 (commit)
- Log -----------------------------------------------------------------
commit a043b21fbe320ae14c08b0e2cb914c8d069083a2
Author: Richard Levitte <levitte at openssl.org>
Date: Mon May 27 14:20:20 2019 +0200
Configurations/unix-Makefile.tmpl: not -v for rm
Not all Unixen know the -v option
Reviewed-by: Tomas Mraz <tmraz at fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/9012)
(cherry picked from commit 3b8033f3f593ac06aaea5d050960366001ef99f0)
commit a52fa7adf395189dcdf281fb27587e6adec18cf0
Author: Richard Levitte <levitte at openssl.org>
Date: Mon May 27 14:16:47 2019 +0200
Configure: link AIX modules correctly
Use -bnoentry, not -bexpall
Reviewed-by: Tomas Mraz <tmraz at fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/9012)
(cherry picked from commit f3d6a3644679d37e791408ff3750d0baa76d1206)
-----------------------------------------------------------------------
Summary of changes:
Configurations/10-main.conf | 2 +-
Configurations/unix-Makefile.tmpl | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf
index 930f2d3..e311a5d 100644
--- a/Configurations/10-main.conf
+++ b/Configurations/10-main.conf
@@ -1111,7 +1111,7 @@ my %targets = (
thread_scheme => "pthreads",
dso_scheme => "dlfcn",
shared_target => "self",
- module_ldflags => "-Wl,-G,-bsymbolic,-bexpall",
+ module_ldflags => "-Wl,-G,-bsymbolic,-bnoentry",
shared_ldflag => "-Wl,-G,-bsymbolic,-bnoentry",
shared_defflag => "-Wl,-bE:",
shared_extension => ".so.\$(SHLIB_VERSION_NUMBER)",
diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl
index 1292053..e7d246b 100644
--- a/Configurations/unix-Makefile.tmpl
+++ b/Configurations/unix-Makefile.tmpl
@@ -449,7 +449,7 @@ uninstall_sw: uninstall_runtime uninstall_engines uninstall_dev
install_docs: install_man_docs install_html_docs
uninstall_docs: uninstall_man_docs uninstall_html_docs
- $(RM) -r -v $(DESTDIR)$(DOCDIR)
+ $(RM) -r $(DESTDIR)$(DOCDIR)
install_ssldirs:
@$(PERL) $(SRCDIR)/util/mkdir-p.pl $(DESTDIR)$(OPENSSLDIR)/certs
More information about the openssl-commits
mailing list