Use -Bsymbolic for shared libraries on HP-UX and Solaris. These platforms are also subject to the mis-linking problem addressed in commit e3d77ea6b. It's not clear whether we could solve it with a solution equivalent to GNU ld's version scripts, but -Bsymbolic appears to fix it, so let's use that.
Like the previous commit, back-patch as far as v10. Discussion: https://postgr.es/m/[email protected] Branch ------ REL_10_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/355fd62e8c73c023b2adc7b04a9cd83336ef7e8a Modified Files -------------- src/Makefile.shlib | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
