Reverse this patch:

Bruce Momjian <bruce@momjian.us>

Commit: 7504f0bae853b0b9fec03c8e361c8b1a4b1c3209
Author: Bruce Momjian <bruce@momjian.us>
Date: 2005-07-04T04:17:00Z
Releases: 8.1.0
Reverse this patch:

---------------------------------------------------------------------------

> 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