projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b64c8b0
)
Don't install ldap_password_func in meson
author
Peter Eisentraut
Wed, 8 Nov 2023 10:27:28 +0000
(11:27 +0100)
committer
Peter Eisentraut
Wed, 8 Nov 2023 10:27:28 +0000
(11:27 +0100)
It should be handled as a test module per commit
b6a0d469ca
.
src/test/modules/ldap_password_func/meson.build
patch
|
blob
|
blame
|
history
diff --git
a/src/test/modules/ldap_password_func/meson.build
b/src/test/modules/ldap_password_func/meson.build
index 63dc852bf3c013d72c4089a86c3ade070084acca..209b66833734f4966e24fca8e02b85fb8c08b35f 100644
(file)
--- 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']],
},
)