Fix reference to symbol 'main'.
authorMatthias Kraft <Matthias.Kraft@softwareag.com>
Tue, 19 Feb 2019 12:22:35 +0000 (13:22 +0100)
committerMatthias Kraft <Matthias.Kraft@softwareag.com>
Tue, 19 Feb 2019 12:22:35 +0000 (13:22 +0100)
commitc1b3846242fc1a7791beca42f548c325c35e269b
tree0d668b21cd8b1b7c166304e73819e1923eec04bb
parent73e62d40eb53f2bad98dea0083c217dbfad1a335
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)
Configurations/10-main.conf