Configurations/10-main.conf: always pass -bsrv4 to AIX linker.
authorAndy Polyakov <appro@openssl.org>
Fri, 15 Jun 2018 13:24:14 +0000 (15:24 +0200)
committerAndy Polyakov <appro@openssl.org>
Fri, 22 Jun 2018 08:57:31 +0000 (10:57 +0200)
commit8f29569ef384d0f6f107bb8b1262e36d874a3cc7
treefb3287e90d2809fc96aa730379be153a90a4eab4
parentcff89b179c91c7c1f6f08b2c1f1697005c1804d2
Configurations/10-main.conf: always pass -bsrv4 to AIX linker.

This makes AIX build procedure behave more like e.g. Solaris. Most
notably this makes it possible to pass -Wl,-R,'$(LIBRPATH)' at config
time to embed installation destination as library search path into
openssl binary. This doesn't imply that other applications have to be
linked with -bsvr4, they are free to choose whatever appropriate for
given circumstances.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6487)
Configurations/10-main.conf