Clean up AIX build to avoid 'duplicate symbol' warnings, by moving use

Tom Lane <tgl@sss.pgh.pa.us>

Commit: a7de22d8d5bab7c4d98ac33c474ebbad700819c5
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-10-28T17:32:22Z
Releases: 8.1.0
Clean up AIX build to avoid 'duplicate symbol' warnings, by moving use
of postgres.imp file into BE_DLLLIBS macro.  This makes the AIX build
work more like the Windows and Darwin builds, which have similar requirements
to mention a backend library when linking shared libraries that will be
dynamically loaded into the backend.

Files

PathChange+/−
src/Makefile.shlib modified +2 −2
src/makefiles/Makefile.aix modified +7 −2