Support shared libraries on Android (using make)
authorPeter Eisentraut <peter@eisentraut.org>
Tue, 23 Jan 2024 19:37:49 +0000 (20:37 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Tue, 23 Jan 2024 19:37:49 +0000 (20:37 +0100)
commit79b03dbb3304539c6599593397c6a6b63b6a6ad9
treeca97dacd4eee80d45193e8fe4e14cb6110c328ab
parentf4447af5b1a644af89e065410cdb12fe776cac47
Support shared libraries on Android (using make)

While the rest of the make build system maps Android to Linux, Android
uses unversioned shared libraries (like "libpq.so").  This patch makes
it so.  (Meson already supported it.)

Reported-by: Matthias Kuhn <matthias@opengis.ch>
Discussion: https://www.postgresql.org/message-id/flat/CAC7zN94TdsHhY88XkroJzSMx7E%3DBQpV9LKKjNSEnTM04ihoWCA%40mail.gmail.com
src/Makefile.shlib