From: Peter Eisentraut Date: Wed, 8 Nov 2023 10:27:28 +0000 (+0100) Subject: Don't install ldap_password_func in meson X-Git-Tag: REL_16_2~142 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b7caeaff31ea1d0d0899241f30452353b78e840a;p=thirdparty%2Fpostgresql.git Don't install ldap_password_func in meson It should be handled as a test module per commit b6a0d469ca. --- diff --git a/src/test/modules/ldap_password_func/meson.build b/src/test/modules/ldap_password_func/meson.build index 63dc852bf3c..209b6683373 100644 --- a/src/test/modules/ldap_password_func/meson.build +++ b/src/test/modules/ldap_password_func/meson.build @@ -14,7 +14,7 @@ endif ldap_password_func = shared_module('ldap_password_func', ldap_password_func_sources, - kwargs: pg_mod_args + { + kwargs: pg_test_mod_args + { 'dependencies': [ldap, pg_mod_args['dependencies']], }, )