Thread: pgsql: Clean up AIX build to avoid 'duplicate symbol' warnings, by

pgsql: Clean up AIX build to avoid 'duplicate symbol' warnings, by

From
tgl@svr1.postgresql.org (Tom Lane)
Date:
Log Message:
-----------
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.

Modified Files:
--------------
    pgsql/src:
        Makefile.shlib (r1.97 -> r1.98)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/Makefile.shlib.diff?r1=1.97&r2=1.98)
    pgsql/src/makefiles:
        Makefile.aix (r1.22 -> r1.23)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/makefiles/Makefile.aix.diff?r1=1.22&r2=1.23)