Codebase list openssl / a52fa7a
Configure: link AIX modules correctly Use -bnoentry, not -bexpall Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/9012) (cherry picked from commit f3d6a3644679d37e791408ff3750d0baa76d1206) Richard Levitte 4 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
11101110 thread_scheme => "pthreads",
11111111 dso_scheme => "dlfcn",
11121112 shared_target => "self",
1113 module_ldflags => "-Wl,-G,-bsymbolic,-bexpall",
1113 module_ldflags => "-Wl,-G,-bsymbolic,-bnoentry",
11141114 shared_ldflag => "-Wl,-G,-bsymbolic,-bnoentry",
11151115 shared_defflag => "-Wl,-bE:",
11161116 shared_extension => ".so.\$(SHLIB_VERSION_NUMBER)",