pgsql-server/src Makefile.shlib interfaces/ecp ...

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src Makefile.shlib interfaces/ecp ...
Date: 2003-09-27 19:35:32
Message-ID: 20030927193532.7C077D1B4E8@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)svr1(dot)postgresql(dot)org 03/09/27 16:35:32

Modified files:
src : Makefile.shlib
src/interfaces/ecpg/compatlib: Makefile
src/interfaces/ecpg/ecpglib: Makefile
src/interfaces/libpgtcl: Makefile
src/makefiles : Makefile.darwin
src/pl/tcl : Makefile

Log message:
Adjust Darwin build to use the default 'two level namespace' linking
method. Fix a number of places where shared libraries were linked without
mentioning all the libraries they depend on; the Darwin and AIX ports
are known to require this, and it doesn't seem to hurt any other supported
platforms. (Hence, remove code in pl/tcl makefile that tried to avoid
mentioning other libs if not needed.)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2003-09-27 20:38:19 pgsql-server/src/interfaces/libpgtcl Makefile
Previous Message Jan Wieck 2003-09-27 19:15:34 pgsql-server/contrib/pgbench pgbench.c