commit: 98ba1e33ae957b70ac94eca60a5721db16268bcc Author: Brian Evans <grknight <AT> tuffmail <DOT> com> AuthorDate: Sat Oct 25 02:42:21 2014 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Sat Oct 25 02:42:21 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/mysql-extras.git;a=commit;h=98ba1e33
Fix mariadb 10.1 pkgconfig location --- 00000_index.txt | 5 +++++ 20015_all_mariadb-pkgconfig-location.patch | 12 ++++++++++++ 2 files changed, 17 insertions(+) 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) +