]> git.ipfire.org Git - thirdparty/postgresql.git/commit
AIX: Link the postgres executable with -Wl,-brtllib.
authorNoah Misch <noah@leadboat.com>
Thu, 16 Jul 2015 01:00:26 +0000 (21:00 -0400)
committerNoah Misch <noah@leadboat.com>
Thu, 16 Jul 2015 01:00:31 +0000 (21:00 -0400)
commit690bec26c65610ab8aac8326221c4c4ebbe57a54
treef05c1d8b4991b3a253722d235c384b9f968c1830
parenta24ceea4b311146d41e3bd5b8e0df7176113675f
AIX: Link the postgres executable with -Wl,-brtllib.

This allows PostgreSQL modules and their dependencies to have undefined
symbols, resolved at runtime.  Perl module shared objects rely on that
in Perl 5.8.0 and later.  This fixes the crash when PL/PerlU loads such
modules, as the hstore_plperl test suite does.  Module authors can link
using -Wl,-G to permit undefined symbols; by default, linking will fail
as it has.  Back-patch to 9.0 (all supported versions).
src/backend/Makefile