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.
Showing
- configure 1 addition, 42 deletionsconfigure
- configure.in 1 addition, 2 deletionsconfigure.in
- src/Makefile.global.in 1 addition, 2 deletionssrc/Makefile.global.in
- src/Makefile.shlib 1 addition, 9 deletionssrc/Makefile.shlib
- src/makefiles/Makefile.aix 0 additions, 1 deletionsrc/makefiles/Makefile.aix
- src/makefiles/Makefile.freebsd 1 addition, 1 deletionsrc/makefiles/Makefile.freebsd
- src/makefiles/Makefile.irix 0 additions, 1 deletionsrc/makefiles/Makefile.irix
- src/makefiles/Makefile.netbsd 1 addition, 1 deletionsrc/makefiles/Makefile.netbsd
- src/makefiles/Makefile.openbsd 1 addition, 1 deletionsrc/makefiles/Makefile.openbsd
Loading
Please register or sign in to comment