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

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Clean up AIX build to avoid 'duplicate symbol' warnings, by
Date: 2005-10-28 17:32:23
Message-ID: 20051028173223.3B897DA3EA@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-10-28 17:48:42 Re: [COMMITTERS] pgsql: Fix race condition in multixact code: it's possible
Previous Message Tom Lane 2005-10-28 17:27:30 pgsql: Fix race condition in multixact code: it's possible to try to