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

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

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