]> granicus.if.org Git - postgresql/commit
> A quick look shows that when you use --with-libraries=/foo/bar the
authorBruce Momjian <bruce@momjian.us>
Sat, 2 Jul 2005 23:28:22 +0000 (23:28 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 2 Jul 2005 23:28:22 +0000 (23:28 +0000)
commit16661d60abe1068f8cf83601d994fedb85e80b50
tree63423b2aba5f0c82b3e2d1b0dd523e43ba22342e
parentcc5e80b8d1c4bf86aa99b54c938e9048e10bf93a
> A quick look shows that when you use --with-libraries=/foo/bar the
> generated link line for libraries says
>
>  -L/foo/bar -lpq
>
> and it should probably be the other way around (as it is for the
> executables).
>
> So I suspect we need some makefile tuning.

You were correct. This patch fixes it.

Jim C. Nasby
src/Makefile.shlib