contrib/dlz/modules/{mysql,mysqldyn} sets LDAP_LIBS instead of MYSQL_LIBS
Summary
From 67f76b12 and !5427 (diffs)
In contrib/dlz/modules/{mysql,mysqldyn}
. Instead of
LDAP_LIBS=$(shell mysql_config --libs)
you probably means MYSQL_LIBS [...]
BIND version used
9.18.5 (and master)
Steps to reproduce
n/a, obvious fix (community user reported no bindings to libmariadb
)
What is the current bug behavior?
mysql bindings not generated
What is the expected correct behavior?
mysql binding generated
Relevant configuration files
n/a, obvious fix
Relevant logs and/or screenshots
https://bugzilla.opensuse.org/show_bug.cgi?id=1202149
Possible fixes
- LDAP_LIBS=$(shell mysql_config --libs)
+ MYSQL_LIBS=$(shell mysql_config --libs)