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)
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

index 1e49118486a064749134d079af8c68a4d8848676..8b758a02a7d71dd876bd1b279982034d94f29c0c 100644 (file)
@@ -1098,7 +1098,7 @@ my %targets = (
         dso_scheme       => "dlfcn",
         shared_target    => "aix",
         module_ldflags   => "-Wl,-G,-bsymbolic,-bexpall",
-        shared_ldflag    => "-Wl,-G,-bsymbolic",
+        shared_ldflag    => "-Wl,-G,-bsymbolic,-bnoentry",
         shared_defflag   => "-Wl,-bE:",
         perl_platform    => 'AIX',
     },