]> git.ipfire.org Git - thirdparty/postgresql.git/commit
meson: Build pgevent as shared_module rather than shared_library
authorPeter Eisentraut <peter@eisentraut.org>
Tue, 26 Nov 2024 17:06:08 +0000 (18:06 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Tue, 26 Nov 2024 17:09:23 +0000 (18:09 +0100)
commit766b0b40aa6a537e8bf899c48736c2ec3ae89869
treef0811e16d1b123f88cebd259a4098600ed8a3983
parentf7a929a007e64aa9a2c7d65555029ae90c5ed6bd
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
src/bin/pgevent/meson.build