]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Remove use of lorder and tsort while building static libraries. There's
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 19 Apr 2006 16:32:08 +0000 (16:32 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 19 Apr 2006 16:32:08 +0000 (16:32 +0000)
commit04ca4caa81b02cf10600b1b265b70c54a3aa7ea8
tree8a0b68da1586be95d51c00e0575f90094eabf52b
parent8f52496a05e83666bcf8b32c6e525cc6730fd78b
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.
configure
configure.in
src/Makefile.global.in
src/Makefile.shlib
src/makefiles/Makefile.aix
src/makefiles/Makefile.freebsd
src/makefiles/Makefile.irix
src/makefiles/Makefile.netbsd
src/makefiles/Makefile.openbsd