-
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.)
Christoph Berg authoredThe 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.)