pgsql-server/src Makefile.shlib interfaces/ecp ... - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql-server/src Makefile.shlib interfaces/ecp ...
Date
Msg-id 20030927193532.7C077D1B4E8@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@svr1.postgresql.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.)


pgsql-committers by date:

Previous
From: wieck@svr1.postgresql.org (Jan Wieck)
Date:
Subject: pgsql-server/src/bin/pg_dump pg_dump.c
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/src/interfaces/libpgtcl Makefile