diff options
author | Andres Freund <andres@anarazel.de> | 2022-10-05 09:56:05 -0700 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2022-10-05 09:56:05 -0700 |
commit | 089c0bc7a760ea8f654a054dc8363e7f0baf79a2 (patch) | |
tree | ac128315ec95fea3557efe3cfabea6e5a5c0d25f /src/backend/access/gist/gistproc.c | |
parent | 29668e31865aa0442cd181ec7ee514295ef3578b (diff) | |
download | postgresql-089c0bc7a760ea8f654a054dc8363e7f0baf79a2.tar.gz |
meson: libpq: Revise static / shared library setup
Improvements:
- we don't need -DFRONTEND for libpq anymore since 1d77afefbd1
- the .pc file contents for a static libpq were wrong (referencing
{pgport, common}_shlib)
- incidentally fixes meson not supporting link_whole on AIX yet
- added explanatory comments
Previously I tried to avoid building libpq's sources twice, once for the
static and once for the shared library. We could still do so, but it's not
clear that it's worth the complication.
Reviewed-by: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Diffstat (limited to 'src/backend/access/gist/gistproc.c')
0 files changed, 0 insertions, 0 deletions