bugzilla-daemon at main.slony.info bugzilla-daemon at main.slony.info
Mon Jun 13 17:45:40 PDT 2016
http://www.slony.info/bugzilla/show_bug.cgi?id=364

           Summary: Config option --with-pgport is broken on Linux
           Product: Slony-I
           Version: devel
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: low
         Component: core scripts
        AssignedTo: slony1-bugs at lists.slony.info
        ReportedBy: jan at wi3ck.info
                CC: slony1-bugs at lists.slony.info
   Estimated Hours: 0.0


The ./config/acx_libpq.m4 is broken. The test compile to check
if find_my_exec() can be compiled puts -lpgport before -lpgcommon.
Since both are .a libraries (at least in 9.5), this doesn't work
because -lpgcommon is referencing objects in -lpgport. Linking
in -lpgport first doesn't pull those objects in, so the link
fails and ./configure complains that it cannot find pgport.

The attached patch fixes configure.

-- 
Configure bugmail: http://www.slony.info/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the Slony1-bugs mailing list