mariadb/cmake
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
..
build_configurations MDEV-7066 No Source RPMs ... (and so no "yum-builddep MariaDB-server" either) 2019-03-27 22:51:37 +01:00
os MDEV-17703 Add WITH_UBSAN switch to CMake similar to WITH_ASAN 2019-03-11 13:37:19 +04:00
abi_check.cmake
bison.cmake
build_depends.cmake MDEV-7066 No Source RPMs ... (and so no "yum-builddep MariaDB-server" either) 2019-03-27 22:51:37 +01:00
bzip2.cmake
cat.cmake
character_sets.cmake
check_compiler_flag.cmake
check_minimal_version.cmake
cmake_parse_arguments.cmake
compile_flags.cmake
configurable_file_content.in
configure.pl
cpack_deb.cmake
cpack_rpm.cmake MDEV-7066 No Source RPMs ... (and so no "yum-builddep MariaDB-server" either) 2019-03-27 22:51:37 +01:00
cpack_source_ignore_files.cmake cmake: fix cpack_source_ignore_files 2019-03-27 22:51:37 +01:00
CPackRPM.cmake
cpu_info.cmake
create_initial_db.cmake.in
ctest.cmake
do_abi_check.cmake
dtrace.cmake
dtrace_prelink.cmake
for_clients.cmake
info_bin.cmake
info_macros.cmake.in
info_src.cmake
install_layout.cmake
install_macros.cmake
jemalloc.cmake
libutils.cmake
lz4.cmake
lzma.cmake
lzo.cmake
maintainer.cmake cmake: re-enable -Werror in the maintainer mode 2019-03-27 22:51:37 +01:00
make_dist.cmake.in
merge_archives_unix.cmake.in
mysql_add_executable.cmake
mysql_version.cmake
package_name.cmake
pcre.cmake
plugin.cmake cmake: remove workarounds for cmake bugs #13248 and #12864 2019-03-27 22:51:37 +01:00
readline.cmake Don't build aws_key_management plugin by default 2019-02-19 12:39:40 +01:00
sign.cmake.in
snappy.cmake
ssl.cmake Merge 10.1 into 10.1 2019-02-02 13:00:15 +02:00
stack_direction.c
systemd.cmake MDEV-7066 No Source RPMs ... (and so no "yum-builddep MariaDB-server" either) 2019-03-27 22:51:37 +01:00
tags.cmake
versioninfo.rc.in
win_compatibility.manifest
wsrep.cmake
zlib.cmake