meson: Build pgevent as shared_module rather than shared_library

Peter Eisentraut <peter@eisentraut.org>

Commit: e00c1e249f9b5308fc47b09b8945c47d5146aa64
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2024-11-26T17:09:14Z
Releases: 17.3
meson: Build pgevent as shared_module rather than shared_library

This matches the behavior of the makefiles and the old MSVC build
system.  The main effect is that the build result gets installed into
pkglibdir rather than bindir.  The documentation says to locate the
library in pkglibdir, so this makes the code match the documentation
again.

Reviewed-by: Ryohei Takahashi (Fujitsu) <r.takahashi_2@fujitsu.com>
Discussion: https://www.postgresql.org/message-id/flat/TY3PR01MB118912125614599641CA881B782522%40TY3PR01MB11891.jpnprd01.prod.outlook.com

Files

PathChange+/−
src/bin/pgevent/meson.build modified +2 −4

Discussion