grknight 14/07/30 23:58:57 Added: amarok-2.8.0-mysqld-rpath.patch Log: Revision bump to fix libmysqld rpath. Patch by Gabriel Marcano <[email protected]> from bug 508824. Ack by jmbsvicetto (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)
Revision Changes Path 1.1 media-sound/amarok/files/amarok-2.8.0-mysqld-rpath.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/amarok/files/amarok-2.8.0-mysqld-rpath.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/amarok/files/amarok-2.8.0-mysqld-rpath.patch?rev=1.1&content-type=text/plain Index: amarok-2.8.0-mysqld-rpath.patch =================================================================== --- src/core-impl/collections/db/sql/mysqlecollection/CMakeLists.txt.orig 2014-06-15 18:31:07.362415065 -0400 +++ src/core-impl/collections/db/sql/mysqlecollection/CMakeLists.txt 2014-06-15 18:33:19.612419882 -0400 @@ -28,6 +28,9 @@ ${ZLIB_LIBRARIES} ) +SET_TARGET_PROPERTIES(amarok_collection-mysqlecollection PROPERTIES BUILD_WITH_INSTALL_RPATH TRUE) +SET_TARGET_PROPERTIES(amarok_collection-mysqlecollection PROPERTIES INSTALL_RPATH "${MYSQLD_DIR}") + if(NOT WIN32 AND NOT APPLE) target_link_libraries( amarok_collection-mysqlecollection crypt pthread ) endif(NOT WIN32 AND NOT APPLE)
