Remove use of lorder and tsort while building static libraries. There's

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

Commit: 04ca4caa81b02cf10600b1b265b70c54a3aa7ea8
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-04-19T16:32:08Z
Releases: 8.2.0
Remove use of lorder and tsort while building static libraries.  There's
no evidence that any currently-supported platform needs this, and good
reason to think that any platform that did need it couldn't use the static
libraries anyway --- libpq, at least, has circular references.  Removing
the code shuts up tsort warnings about the circular references on some
platforms.

Files

PathChange+/−
configure modified +1 −42
configure.in modified +1 −2
src/Makefile.global.in modified +1 −2
src/Makefile.shlib modified +1 −9
src/makefiles/Makefile.aix modified +0 −1
src/makefiles/Makefile.freebsd modified +1 −1
src/makefiles/Makefile.irix modified +0 −1
src/makefiles/Makefile.netbsd modified +1 −1
src/makefiles/Makefile.openbsd modified +1 −1