Fix reference to symbol 'main'.
authorMatthias Kraft <Matthias.Kraft@softwareag.com>
Tue, 19 Feb 2019 12:22:35 +0000 (13:22 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 19 Feb 2019 15:36:42 +0000 (16:36 +0100)
commit663dc8c133e102950af9ad907fc19e123aabdc76
treefc56b54d96f3c369180ecff4ecf718fa582e6a82
parent15c1e0a7cb27dd605716e6a65bc17590caabcfb3
Fix reference to symbol 'main'.

The AIX binder needs to be instructed that the output will have no entry
point (see AIX' ld manual: -e in the Flags section; autoexp and noentry
in the Binder section).

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8282)

(cherry picked from commit c1b3846242fc1a7791beca42f548c325c35e269b)
Configurations/10-main.conf