From: Richard Levitte Date: Mon, 27 May 2019 12:16:47 +0000 (+0200) Subject: Configure: link AIX modules correctly X-Git-Tag: OpenSSL_1_1_1d~169 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a52fa7adf395189dcdf281fb27587e6adec18cf0;p=oweals%2Fopenssl.git Configure: link AIX modules correctly Use -bnoentry, not -bexpall Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/9012) (cherry picked from commit f3d6a3644679d37e791408ff3750d0baa76d1206) --- diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf index 930f2d3c92..e311a5dcb6 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)",