commit: 18cce4abed47991b0685e50bab80bb0fa70a3f6d
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon May 28 01:09:31 2018 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Mon May 28 01:09:31 2018 +0000
URL: https://gitweb.gentoo.org/proj/mysql-extras.git/commit/?id=18cce4ab
client-libs: fix further errors
20018_all_mariadb-10.2.16-without-clientlibs-tools.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/20018_all_mariadb-10.2.16-without-clientlibs-tools.patch
b/20018_all_mariadb-10.2.16-without-clientlibs-tools.patch
index 8a7aae8..510e647 100644
--- a/20018_all_mariadb-10.2.16-without-clientlibs-tools.patch
+++ b/20018_all_mariadb-10.2.16-without-clientlibs-tools.patch
@@ -167,7 +167,7 @@ diff -aurN a/libmariadb/plugins/CMakeLists.txt
b/libmariadb/plugins/CMakeLists.t
+++ b/libmariadb/plugins/CMakeLists.txt 2018-02-27 16:59:59.028574104
-0500
@@ -1,3 +1,6 @@
+IF(WITHOUT_CLIENTLIBS)
-+INCLUDE(pvio/CMakeLists.txt)
++INCLUDE(${CC_SOURCE_DIR}/plugins/pvio/CMakeLists.txt)
+ELSE(WITHOUT_CLIENTLIBS)
SET(PLUGIN_EXTRA_FILES ${CC_SOURCE_DIR}/libmariadb/ma_errmsg.c)
FILE(GLOB plugin_dirs ${CC_SOURCE_DIR}/plugins/*)