pgsql: Install a cleaner solution to the AIX libpq linking problem, as

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Install a cleaner solution to the AIX libpq linking problem, as
Date: 2006-09-10 22:07:02
Message-ID: 20060910220702.A64BB9FB390@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Log Message:
-----------
Install a cleaner solution to the AIX libpq linking problem, as per
an earlier discussion. Centralize assumptions about what libpq depends
on in one place in Makefile.global. I am unconvinced that this list
is complete, but since ecpg seems to have gotten along with just these
entries, we'll try it this way and see what happens.

Modified Files:
--------------
pgsql/contrib/dblink:
Makefile (r1.12 -> r1.13)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/Makefile.diff?r1=1.12&r2=1.13)
pgsql/src:
Makefile.global.in (r1.227 -> r1.228)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/Makefile.global.in.diff?r1=1.227&r2=1.228)
pgsql/src/interfaces/ecpg/compatlib:
Makefile (r1.24 -> r1.25)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/compatlib/Makefile.diff?r1=1.24&r2=1.25)
pgsql/src/interfaces/ecpg/ecpglib:
Makefile (r1.41 -> r1.42)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ecpglib/Makefile.diff?r1=1.41&r2=1.42)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-09-10 22:20:02 pgsql: Add items: < * Research storing disk pages with no
Previous Message Tom Lane 2006-09-10 21:38:26 pgsql: Fix dblink build for --enable-nls or --enable-openssl on AIX.

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2006-09-10 22:20:31 Re: Fixed length data types issue
Previous Message Guido Barosio 2006-09-10 21:29:29 Re: contrib uninstall scripts need some love