gentoo/dev-db/mysql-workbench/files/mysql-workbench-6.2.5-wbcopytables.patch
Hans de Graaff 1896841452
dev-db/mysql-workbench: re-import of 8.0.23
Add mysql-workbench back now that it is compatible with python 3.

Bug: https://bugs.gentoo.org/715172
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
2021-02-21 11:38:28 +01:00

13 lines
496 B
Diff

--- a/plugins/migration/CMakeLists.txt.~1~ 2015-02-25 09:08:47.000000000 +0100
+++ b/plugins/migration/CMakeLists.txt 2015-03-07 07:28:56.745378152 +0100
@@ -10,7 +10,8 @@
if (UNIX)
configure_file(wbcopytables.in wbcopytables)
install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/wbcopytables DESTINATION ${WB_INSTALL_BIN_DIR})
-
+
+ SET(CMAKE_INSTALL_RPATH "${WB_INSTALL_LIB_DIR}")
add_executable(wbcopytables-bin
copytable/copytable.cpp
copytable/python_copy_data_source.cpp