graaff      15/03/07 08:00:33

  Added:                mysql-workbench-6.2.5-wbcopytables.patch
  Log:
  Version bump. Fixes bug 531114.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  Changes    Path
1.1                  
dev-db/mysql-workbench/files/mysql-workbench-6.2.5-wbcopytables.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql-workbench/files/mysql-workbench-6.2.5-wbcopytables.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql-workbench/files/mysql-workbench-6.2.5-wbcopytables.patch?rev=1.1&content-type=text/plain

Index: mysql-workbench-6.2.5-wbcopytables.patch
===================================================================
--- plugins/migration/CMakeLists.txt.~1~        2015-02-25 09:08:47.000000000 
+0100
+++ 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




Reply via email to