summaryrefslogtreecommitdiff
path: root/build.info
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 /build.info
parent10aafed3ec8719442d0d3516a6a12a45d2a70a2f (diff)
downloadopenssl-new-d3273ef6c549d1bf74d18c9056218c1d8b98a2b9.tar.gz
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 'build.info')
-rw-r--r--build.info8
1 files changed, 8 insertions, 0 deletions
diff --git a/build.info b/build.info
index 13ca90d360..3dda4e89bf 100644
--- a/build.info
+++ b/build.info
@@ -33,6 +33,14 @@ IF[{- defined $target{shared_defflag} -}]
SHARED_SOURCE[libcrypto]=libcrypto.def
SHARED_SOURCE[libssl]=libssl.def
+ ELSIF[{- $config{target} =~ /^aix/ -}]
+ GENERATE[libcrypto.map]=util/mkdef.pl crypto aix
+ DEPEND[libcrypto.map]=util/libcrypto.num
+ GENERATE[libssl.map]=util/mkdef.pl ssl aix
+ DEPEND[libssl.map]=util/libssl.num
+
+ SHARED_SOURCE[libcrypto]=libcrypto.map
+ SHARED_SOURCE[libssl]=libssl.map
ELSE
GENERATE[libcrypto.map]=util/mkdef.pl crypto linux
DEPEND[libcrypto.map]=util/libcrypto.num