mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
c827968a2d
using cmake option INSTALL_LAYOUT=STANDALONE would produce the layout as in tar.gz or zip packages. INSTALL_LAYOUT=UNIX will produce unixish install layout (with mysqld being in sbin subdirectory , libs in lib/mysql etc). This layout is used for RPM packages. Subtle differences in both packages unfortunately lead to the need to recompile MySQL to use with other package type - as otherwise for example default plugins or data directories would be wrong set. There are numerous other variables that allow fine-tuning packaging layout. (INSTALL_BINDIR, INSTALL_LIBDIR , INSTALL_PLUGINDIR etc). This options are different from autotools as they do not expect full paths to directories, but only subdirectory of CMAKE_INSTALL_PREFIX. There are 2 special options that expect full directory paths - MYSQL_DATADIR that defines default MYSQL data directory (autotools equivalent is --localstatedir) - SYSCONFDIR can be added to search my.cnf search path (autotools equivalent is --sysconfdir) |
||
---|---|---|
.. | ||
build_configurations | ||
abi_check.cmake | ||
bison.cmake | ||
cat.cmake | ||
character_sets.cmake | ||
check_minimal_version.cmake | ||
cmake_parse_arguments.cmake | ||
configurable_file_content.in | ||
configure.pl | ||
create_initial_db.cmake.in | ||
do_abi_check.cmake | ||
dtrace.cmake | ||
dtrace_prelink.cmake | ||
install_layout.cmake | ||
install_macros.cmake | ||
libutils.cmake | ||
make_dist.cmake.in | ||
Makefile.am | ||
merge_archives_unix.cmake.in | ||
mysql_add_executable.cmake | ||
mysql_version.cmake | ||
plugin.cmake | ||
readline.cmake | ||
ssl.cmake | ||
stack_direction.c | ||
versioninfo.rc.in | ||
zlib.cmake |