f8647230c5
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@903 6952d904-891a-0410-993b-d76249ca496b
19 lines
721 B
Diff
19 lines
721 B
Diff
Submitted By: Mario Fetka (mario dot fetka at gmail dot com)
|
|
Date: 2009-03-08
|
|
Initial Package Version: 2.0.2
|
|
Origin: me
|
|
Upstream Status: unknown
|
|
Description: also link to lib rt for mysql embedded
|
|
|
|
diff -Naur amarok-2.0.2.orig/src/collection/sqlcollection/CMakeLists.txt amarok-2.0.2/src/collection/sqlcollection/CMakeLists.txt
|
|
--- amarok-2.0.2.orig/src/collection/sqlcollection/CMakeLists.txt 2009-03-08 11:55:17.804059862 +0000
|
|
+++ amarok-2.0.2/src/collection/sqlcollection/CMakeLists.txt 2009-03-08 11:56:04.183102651 +0000
|
|
@@ -58,6 +58,7 @@
|
|
target_link_libraries(amarok_collection-sqlcollection
|
|
amaroklib
|
|
amarokpud
|
|
+ rt
|
|
${KDE4_KDEUI_LIBS}
|
|
${KDE4_KIO_LIBS}
|
|
${KDE4_THREADWEAVER_LIBRARIES}
|