File link-mysql-embedded.diff of Package kde4-amarok
--- src/collection/sqlcollection/CMakeLists.txt
+++ src/collection/sqlcollection/CMakeLists.txt
@@ -63,11 +63,6 @@ target_link_libraries(amarok_collection-
${KDE4_THREADWEAVER_LIBRARIES}
${CMAKE_DL_LIBS}
${MYSQL_EMBEDDED_LIBRARIES}
- #this line may be needed on Debian or other systems where mysql is compiled
- #in the prescence of yassl. However it seems to cause problems for other people,
- #so its been disabled.
- #See http://bugs.mysql.com/bug.php?id=21489
- ${MYSQL_LIBRARIES}
${ZLIB_LIBRARIES}
)