Reverse this patch:
Bruce Momjian <bruce@momjian.us>
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
| Path | Change | +/− |
|---|---|---|
| src/Makefile.shlib | modified | +2 −2 |