mirror of https://github.com/postgres/postgres
Unfortunately xlc 12.1 and earlier don't support -qvisibility. Thereforepull/104/headbe7c15b194
doesn't suffice to make extension libraries work without the explicit mkldexport step removed infe6a64a58a
. While 12.1 is EOL, there is some desire to leave buildfarm animals using it run a bit longer. But instead of adding back the complicated mkldexport step, we can use -Wl,-b,expfull to force all symbols to be exported. Reviewed-By: Tom Lane <tgl@sss.pgh.pa.us> Discussion: https://postgr.es/m/2490844.1663123546@sss.pgh.pa.us
parent
eacbe94ab1
commit
d08a049db9
Loading…
Reference in new issue