Remove use of lorder and tsort while building static libraries. There's
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| 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 |