]> git.pld-linux.org Git - packages/amarok.git/commitdiff
- fix what's broken
authorshadzik <shadzik@pld-linux.org>
Wed, 11 Feb 2009 15:38:20 +0000 (15:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amarok-link.patch -> 1.1

amarok-link.patch [new file with mode: 0644]

diff --git a/amarok-link.patch b/amarok-link.patch
new file mode 100644 (file)
index 0000000..adc1c25
--- /dev/null
@@ -0,0 +1,11 @@
+--- src/collection/sqlcollection/CMakeLists.txt        2009-02-10 19:58:04.000000000 +0100
++++ src/collection/sqlcollection/CMakeLists.txt-new    2009-02-11 16:27:38.333057559 +0100
+@@ -75,7 +75,7 @@
+ if(NOT WIN32)
+     target_link_libraries(amarok_collection-sqlcollection crypto ssl)
+     if(NOT APPLE)
+-        target_link_libraries(amarok_collection-sqlcollection crypt pthread)
++        target_link_libraries(amarok_collection-sqlcollection crypt pthread dl)
+     endif(NOT APPLE)
+ endif(NOT WIN32)
This page took 0.105993 seconds and 4 git commands to generate.