The MariaDB Native Client library (C driver)
Go to file
Richard W.M. Jones 17ca9eb97e Fix plugin install directory (INSTALL_PLUGINDIR not PLUGIN_INSTALL_DIR).
From the log:

CMake Warning:
  Manually-specified variables were not used by the project:
    CMAKE_Fortran_FLAGS_RELEASE
    INCLUDE_INSTALL_DIR
    LIB_INSTALL_DIR
    LIB_SUFFIX
    PLUGIN_INSTALL_DIR            << note
    SHARE_INSTALL_PREFIX
    SYSCONF_INSTALL_DIR

This affected riscv64 builds because it was wrongly using
/usr/lib/mariadb/plugin, but the problem seems as if it could apply to
other architectures.
2018-03-21 16:50:50 +00:00
.gitignore Rebase to 3.0.3 version 2018-01-19 01:27:30 +01:00
cmake.patch Rebase to 3.0.3 version 2018-01-19 01:27:30 +01:00
mariadb-connector-c.spec Fix plugin install directory (INSTALL_PLUGINDIR not PLUGIN_INSTALL_DIR). 2018-03-21 16:50:50 +00:00
sources Rebase to 3.0.3 version 2018-01-19 01:27:30 +01:00