Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
2.1
-
None
Description
CMake "SUFFIX_INSTALL_DIR" parameter used to change the "mariadb" suffix path in include/ and lib/ installed subdirectories is ignored for mysql compatibility symlinks and overwritten in cmake/install.cmake with the INSTALL_LAYOUT feature.
How to test?
cmake . -DCMAKE_INSTALL_PREFIX=/tmp -DSUFFIX_INSTALL_DIR=mysql && make install
ls /tmp/
/mysql <- KO
ls /tmp/include,lib}/mariadb <- OK