Fix Solaris 10_x86 shared build. -Bsymbolic is required to avoid
authorAndy Polyakov <appro@openssl.org>
Tue, 28 Sep 2004 20:52:14 +0000 (20:52 +0000)
committerAndy Polyakov <appro@openssl.org>
Tue, 28 Sep 2004 20:52:14 +0000 (20:52 +0000)
commit44963e4af74989e72f414fc42f7c6c845f62f476
tree4676637804d2221b364b9162c3d858853d0d9393
parent125a86113f7ee7c3f23458a32670ae8e6c51ff10
Fix Solaris 10_x86 shared build. -Bsymbolic is required to avoid
"remaining relocations" in assembler modules. The latter seems to
be new behaviour, elder as/ld managed to resolve this relocations
as internal. It's possible to address this problem differently,
but I settle for -Bsymbolic...
PR: 946
Makefile.org