Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.1
-
Component/s: None
-
Labels:
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