sthen 7e07414812 - Remove mismerged patch (fix was already committed upstream but the
patch wasn't removed, so duplicated some Makefile lines).

- Set SONAME correctly for the libraries. A symlink (libpq.so -> libpq.so.N.M)
is present during build. Internal programs linking with "-lpq" on arches using
LLD get "NEEDED libpq.so" from the symlink instead of the correct "libpq.so.N.M".
Override this by setting -soname (similar to what upstream are doing, but the
library minor was missing in their version).
2018-12-03 16:22:08 +00:00
..
2018-12-01 17:48:03 +00:00
2018-12-01 17:48:03 +00:00