Build versionless .so for Android

From: Matthias Kuhn <matthias(at)opengis(dot)ch>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Build versionless .so for Android
Date: 2023-12-31 05:08:04
Message-ID: CAC7zN94TdsHhY88XkroJzSMx7E=BQpV9LKKjNSEnTM04ihoWCA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

In order to ship libpq on Android, it needs to be built without a version
suffix on the .so file.
The attached patch will make sure that no version is added when built for
Android.
I was wondering if there are a) any comments on the approach and if I
should be handed in for a commitfest (currently waiting for the cooldown
period after account activation, I am not sure how long that is)

Thank you for any feedback
Matthias

Attachment Content-Type Size
versionless.patch text/x-patch 753 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2023-12-31 05:35:48 Re: pg_class.reltuples of brin indexes
Previous Message Michael Paquier 2023-12-31 03:06:40 Re: Remove unneeded PGDATABASE setting from TAP tests