Adjust Darwin build to use the default 'two level namespace' linking
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 27 Sep 2003 19:35:32 +0000 (19:35 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 27 Sep 2003 19:35:32 +0000 (19:35 +0000)
commit1c36523f42bdf1291ebde6b4d4d9379e0b920a2d
tree560bf45b65a269cfb9bcd8893297f7db088bf1df
parent715225224ac63c49b9d3cd4c94e61e50d644b931
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.)
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