mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
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>
13 lines
496 B
Diff
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
|