Summary: | Config option --with-pgport is broken on Linux | ||
---|---|---|---|
Product: | Slony-I | Reporter: | Jan Wieck <jan> |
Component: | core scripts | Assignee: | Jan Wieck <jan> |
Status: | ASSIGNED --- | ||
Severity: | normal | CC: | slony1-bugs |
Priority: | low | ||
Version: | devel | ||
Hardware: | PC | ||
OS: | Linux | ||
Attachments: |
Patch to fix ./configure --with-pgport on Linux
Updated v2 of configure patch. |
Description
Jan Wieck
2016-06-13 17:45:39 UTC
Created attachment 214 [details]
Patch to fix ./configure --with-pgport on Linux
Created attachment 215 [details]
Updated v2 of configure patch.
Apparently some modules have shifted around between -lpgcommon and -lpgport, making the link order dependent on the major PostgreSQL version. Since these are old style .a libraries during ./configure, the link order matters. To not overcomplicate the acx_libpq check, we can specify each library twice.
This patch looks fine. You can commit it |