Gentoo Archives: gentoo-commits

From: "Brian Evans (grknight)" <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/amarok/files: amarok-2.8.0-mysqld-rpath.patch
Date: Wed, 30 Jul 2014 23:59:00
Message-Id: 20140730235857.239042004E@flycatcher.gentoo.org
1 grknight 14/07/30 23:58:57
2
3 Added: amarok-2.8.0-mysqld-rpath.patch
4 Log:
5 Revision bump to fix libmysqld rpath. Patch by Gabriel Marcano <gabemarcano@×××××.com> from bug 508824. Ack by
6 jmbsvicetto
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)
9
10 Revision Changes Path
11 1.1 media-sound/amarok/files/amarok-2.8.0-mysqld-rpath.patch
12
13 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
14 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
15
16 Index: amarok-2.8.0-mysqld-rpath.patch
17 ===================================================================
18 --- src/core-impl/collections/db/sql/mysqlecollection/CMakeLists.txt.orig 2014-06-15 18:31:07.362415065 -0400
19 +++ src/core-impl/collections/db/sql/mysqlecollection/CMakeLists.txt 2014-06-15 18:33:19.612419882 -0400
20 @@ -28,6 +28,9 @@
21 ${ZLIB_LIBRARIES}
22 )
23
24 +SET_TARGET_PROPERTIES(amarok_collection-mysqlecollection PROPERTIES BUILD_WITH_INSTALL_RPATH TRUE)
25 +SET_TARGET_PROPERTIES(amarok_collection-mysqlecollection PROPERTIES INSTALL_RPATH "${MYSQLD_DIR}")
26 +
27 if(NOT WIN32 AND NOT APPLE)
28 target_link_libraries( amarok_collection-mysqlecollection crypt pthread )
29 endif(NOT WIN32 AND NOT APPLE)