From 98ba1e33ae957b70ac94eca60a5721db16268bcc Mon Sep 17 00:00:00 2001 From: Brian Evans Date: Fri, 24 Oct 2014 22:42:21 -0400 Subject: Fix mariadb 10.1 pkgconfig location --- 20015_all_mariadb-pkgconfig-location.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 20015_all_mariadb-pkgconfig-location.patch (limited to '20015_all_mariadb-pkgconfig-location.patch') 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) + -- cgit v1.2.3-65-gdbad