Fix Solaris 10_x86 shared build. -Bsymbolic is required to avoid
authorAndy Polyakov <appro@openssl.org>
Tue, 28 Sep 2004 20:45:10 +0000 (20:45 +0000)
committerAndy Polyakov <appro@openssl.org>
Tue, 28 Sep 2004 20:45:10 +0000 (20:45 +0000)
commit07d488daf66ed88a7b2758325eed7e45fac0aafb
tree1159d0c7695d2014f862de737a4619e1c59f1c13
parentd1360f6ecc777bbec4e8b344b573a7cbd72f6331
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: 546
Makefile.shared
crypto/perlasm/x86unix.pl