From f3d6a3644679d37e791408ff3750d0baa76d1206 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 27 May 2019 14:16:47 +0200 Subject: [PATCH] Configure: link AIX modules correctly Use -bnoentry, not -bexpall Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/9012) --- Configurations/10-main.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf index 27e587fb35..0cda720270 100644 --- a/Configurations/10-main.conf +++ b/Configurations/10-main.conf @@ -1097,7 +1097,7 @@ my %targets = ( thread_scheme => "pthreads", dso_scheme => "dlfcn", shared_target => "aix", - module_ldflags => "-Wl,-G,-bsymbolic,-bexpall", + module_ldflags => "-Wl,-G,-bsymbolic,-bnoentry", shared_ldflag => "-Wl,-G,-bsymbolic,-bnoentry", shared_defflag => "-Wl,-bE:", perl_platform => 'AIX', -- 2.40.0