]> granicus.if.org Git - postgresql/commit
Use -Bsymbolic for shared libraries on HP-UX and Solaris.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 11 Sep 2018 02:22:12 +0000 (22:22 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 11 Sep 2018 02:22:12 +0000 (22:22 -0400)
commite3aafe200125975022653eb3197bcf03f7744391
treed323f0fc824ce873b8996a1a82c964c2afe6fea9
parent6395ac14d99e4a5d9ee1b83dcc382a368e50240c
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/153626613985.23143.4743626885618266803@wrigleys.postgresql.org
src/Makefile.shlib