]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix PGXS support for building loadable modules on AIX.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 10 Oct 2012 01:04:30 +0000 (21:04 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 10 Oct 2012 01:04:30 +0000 (21:04 -0400)
commit3aa082f37aca0b14ffdd90167e236c228d73b586
tree5eb965371ec40151e10a61f7cb366d03b77e5d59
parent36df743a4ab64704787b0bab2ee401cdf71ed839
Fix PGXS support for building loadable modules on AIX.

Building a shlib on AIX requires use of the mkldexport.sh script, but we
failed to install that, preventing its use from non-source-tree contexts.
Also, Makefile.aix had the wrong idea about where to find the installed
copy of the postgres.imp symbol file used by AIX.

Per report from John Pierce.  Patch all the way back, since this has been
broken since the beginning of PGXS.
src/backend/Makefile
src/makefiles/Makefile.aix