]> granicus.if.org Git - postgresql/commit
Fix PGXS support for building loadable modules on AIX.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 10 Oct 2012 01:04:26 +0000 (21:04 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 10 Oct 2012 01:04:26 +0000 (21:04 -0400)
commitfacc2047feda0c6fc4d2028f36f5a73d6c5cfc76
treeea1705081c1a04a44f0d3b2fc9789af66871e7f6
parentcd07b5a07f7c2322328c234824a1e11097145908
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