Adjust Darwin build to use the default 'two level namespace' linking
authorTom Lane <[email protected]>
Sat, 27 Sep 2003 19:35:32 +0000 (19:35 +0000)
committerTom Lane <[email protected]>
Sat, 27 Sep 2003 19:35:32 +0000 (19:35 +0000)
commitcd75f94dafd43358305811b7576ad75d889097e3
tree692b4512b76df4d73bdea0a4464c59caa87197aa
parente9ff025345b53967a8e2143142509a85b10ef621
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