mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-15 10:57:02 +08:00
Don't install ldap_password_func in meson
It should be handled as a test module per commit b6a0d469ca.
This commit is contained in:
@ -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']],
|
||||
},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user