Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 508824 | Differences between
and this patch

Collapse All | Expand All

(-)src/core-impl/collections/db/sql/mysqlecollection/CMakeLists.txt.orig (+2 lines)
Lines 28-33 Link Here
28
    ${ZLIB_LIBRARIES}
28
    ${ZLIB_LIBRARIES}
29
)
29
)
30
30
31
SET_TARGET_PROPERTIES(amarok_collection-mysqlecollection PROPERTIES INSTALL_RPATH "${MYSQLD_DIR}")
32
31
if(NOT WIN32 AND NOT APPLE)
33
if(NOT WIN32 AND NOT APPLE)
32
    target_link_libraries( amarok_collection-mysqlecollection crypt pthread )
34
    target_link_libraries( amarok_collection-mysqlecollection crypt pthread )
33
endif(NOT WIN32 AND NOT APPLE)
35
endif(NOT WIN32 AND NOT APPLE)

Return to bug 508824