Clean up AIX build to avoid 'duplicate symbol' warnings, by moving use
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/Makefile.shlib | modified | +2 −2 |
| src/makefiles/Makefile.aix | modified | +7 −2 |