Re: plperl version on the meson setup summary screen
r.zharkov@postgrespro.ru
From: Zharkov Roman <r.zharkov@postgrespro.ru>
To: vignesh C <vignesh21@gmail.com>
Cc: Andrew Dunstan <andrew@dunslane.net>, Nazir Bilal Yavuz
<byavuz81@gmail.com>, pgsql-hackers@lists.postgresql.org
Date: 2025-03-17T08:43:13Z
Lists: pgsql-hackers
On 2025-03-14 13:08, vignesh C wrote: > One suggestion, there are many other external libraries for which we > don't display the version, can we include the version for them too: Hello, We have seven "libraries" whose versions meson does not show: bonjour, bsd_auth, docs, docs_pdf, nls, pam, plperl. And only plperl has a known version. bonjour, bsd_auth produces by declare_dependency() function, and I don't know where to find their versions. docs, docs_pdf are the complex of libraries: xmllint_bin, xsltproc_bin and fop. Which version do we need? nls can be formed in two ways: by declare_dependency() or by cc.find_library(). It is not clear to me where to get a version. pam also can be produced by dependency() or cc.find_library(). Best regards, Roman Zharkov
Commits
-
Show plperl version in the meson setup summary.
- 12604593e9f3 18.0 landed