diff options
-rw-r--r-- | 00000_index.txt | 5 | ||||
-rw-r--r-- | 20015_all_mariadb-pkgconfig-location.patch | 12 |
2 files changed, 17 insertions, 0 deletions
diff --git a/00000_index.txt b/00000_index.txt index f4811aa..92da09a 100644 --- a/00000_index.txt +++ b/00000_index.txt @@ -1766,3 +1766,8 @@ @ver 10.01.01.00 to 10.99.99.99 @pn mariadb @@ Remove magic dependencies on lz4 and lzo + +@patch 20015_all_mariadb-pkgconfig-location.patch +@ver 10.01.01.00 to 10.99.99.99 +@pn mariadb +@@ Allow mariadb.pc to be installed in libdir instead of sharedir diff --git a/20015_all_mariadb-pkgconfig-location.patch b/20015_all_mariadb-pkgconfig-location.patch new file mode 100644 index 0000000..24e391e --- /dev/null +++ b/20015_all_mariadb-pkgconfig-location.patch @@ -0,0 +1,12 @@ +diff -aruN mysql.orig/support-files/CMakeLists.txt mysql/support-files/CMakeLists.txt +--- mysql.orig/support-files/CMakeLists.txt 2014-10-24 22:18:52.144297645 -0400 ++++ mysql/support-files/CMakeLists.txt 2014-10-24 22:37:51.303410675 -0400 +@@ -62,7 +62,7 @@ + ENDIF() + + CONFIGURE_FILE(mariadb.pc.in ${CMAKE_CURRENT_BINARY_DIR}/mariadb.pc @ONLY) +- INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/mariadb.pc DESTINATION ${INSTALL_SHAREDIR}/pkgconfig COMPONENT Development) ++ INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/mariadb.pc DESTINATION ${INSTALL_LIBDIR}/pkgconfig COMPONENT Development) + + INSTALL(FILES mysql.m4 DESTINATION ${INSTALL_SHAREDIR}/aclocal COMPONENT Development) + |