summaryrefslogtreecommitdiffstats
path: root/Configurations/10-main.conf
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2018-06-11 12:50:25 +0200
committerAndy Polyakov <appro@openssl.org>2018-06-13 10:48:27 +0200
commitd3273ef6c549d1bf74d18c9056218c1d8b98a2b9 (patch)
treedaab3147cef5d43eb717de998ab84a9ef8b6e933 /Configurations/10-main.conf
parent10aafed3ec8719442d0d3516a6a12a45d2a70a2f (diff)
Configurations/10-main.conf: replace -bexpall with explicit list on AIX.
[omit even -b:SRE, as it's implied by -G flag.] Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6453)
Diffstat (limited to 'Configurations/10-main.conf')
-rw-r--r--Configurations/10-main.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf
index 1d2ee64250..63862e7c20 100644
--- a/Configurations/10-main.conf
+++ b/Configurations/10-main.conf
@@ -1127,7 +1127,9 @@ my %targets = (
shared_target => "self",
shared_extension => ".so.\$(SHLIB_VERSION_NUMBER)",
bin_lflags => shared("-Wl,-bsvr4"),
- shared_ldflag => "-Wl,-G,-bsymbolic,-bexpall,-bnolibpath,-bM:SRE",
+ module_ldflags => "-Wl,-G,-bsymbolic,-bexpall,-bnolibpath",
+ shared_ldflag => "-Wl,-G,-bsymbolic,-bnolibpath",
+ shared_defflag => "-Wl,-bE:",
},
"aix-gcc" => {
inherit_from => [ "aix-common", asm("ppc32_asm") ],