Change shared library installation naming on macOS
authorPeter Eisentraut <peter@eisentraut.org>
Wed, 24 Aug 2022 06:23:49 +0000 (08:23 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Wed, 24 Aug 2022 06:23:49 +0000 (08:23 +0200)
commit161355ee6d2c64c0c4853a0646795028d666f052
tree5126809af0b3a953bb25d3846d236b6b60fab412
parentd951052a9e02bfacad8bd6f0f53a4dcd3b7e6d1f
Change shared library installation naming on macOS

It is not customary to install a shared library with a minor version
number (libpq.5.16.dylib) on macOS.  We just need the file with the
major version number (libpq.5.dylib) and the one without version
number (libpq.dylib).  This also matches the installation layout used
by Meson.

Discussion: https://www.postgresql.org/message-id/e0c44fb2-8b66-a4b9-b274-7ed3a1a0ab74@enterprisedb.com
src/Makefile.shlib