mariadb/plugin/auth_pam
Sergei Golubchik d8084116b5 MDEV-7066 No Source RPMs ... (and so no "yum-builddep MariaDB-server" either)
special cases:

* change systemd detection to use CHECK_LIBRARY_EXISTS at least once,
  to have it detected by build_depends.cmake
* similarly, use find_library for pam
* unixODBC is weird, libodbc.so is in the unixODBC package, not
  in the unixODBC-devel, where normally all .so files belong.
  Packaging bug? As a workaround, use find_file(sql.h) instead of
  find_path(sql.h) to make sure that /usr/include/sql.h (not /usr/include)
  is cached by cmake, and later build_depends.cmake will select
  unixODBC-devel, as a package owning /usr/include/sql.h file.
2019-03-27 22:51:37 +01:00
..
mapper MDEV-17095 pam_user_map module throws syntax error if group name contains backslash. 2018-08-30 14:51:15 +04:00
testing 5.3 merge 2012-10-18 23:33:06 +02:00
auth_pam.c Merge 10.0 into 10.1 2019-03-21 21:06:01 +02:00
CMakeLists.txt MDEV-7066 No Source RPMs ... (and so no "yum-builddep MariaDB-server" either) 2019-03-27 22:51:37 +01:00