Thread: pgsql: Support shared libraries on Android (using make)

pgsql: Support shared libraries on Android (using make)

From
Peter Eisentraut
Date:
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/79b03dbb3304539c6599593397c6a6b63b6a6ad9

Modified Files
--------------
src/Makefile.shlib | 5 +++++
1 file changed, 5 insertions(+)