Skip to content
Snippets Groups Projects
  • Christoph Berg's avatar
    1dad663a
    pg_createcluster: Disable SSL on 9.1 and earlier. · 1dad663a
    Christoph Berg authored
    The new libldap2 package is pulling in libssl even when we aren't linking
    against it ourselves. Stop the dynamic "are we supporting SSL" logic in
    pg_createcluster. Similarly, stop relying on `ldd | grep libssl` in tests.
    (`objdump -p` does not recursively list dependencies.)
    1dad663a
    History
    pg_createcluster: Disable SSL on 9.1 and earlier.
    Christoph Berg authored
    The new libldap2 package is pulling in libssl even when we aren't linking
    against it ourselves. Stop the dynamic "are we supporting SSL" logic in
    pg_createcluster. Similarly, stop relying on `ldd | grep libssl` in tests.
    (`objdump -p` does not recursively list dependencies.)