Adjust Darwin build to use the default 'two level namespace' linking

Tom Lane <tgl@sss.pgh.pa.us>

Commit: cd75f94dafd43358305811b7576ad75d889097e3
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-09-27T19:35:32Z
Releases: 7.4.1
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.)

Files