> A quick look shows that when you use --with-libraries=/foo/bar the

Bruce Momjian <bruce@momjian.us>

Commit: 16661d60abe1068f8cf83601d994fedb85e80b50
Author: Bruce Momjian <bruce@momjian.us>
Date: 2005-07-02T23:28:22Z
Releases: 8.1.0
> 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

Files

PathChange+/−
src/Makefile.shlib modified +2 −2