From: Toby Smithe Subject: Make explicit any implicit deps. The linker in wheezy/natty does not use indirect shared libraries for symbol resolution. --- a/mscore/mscore/CMakeLists.txt +++ b/mscore/mscore/CMakeLists.txt @@ -166,6 +166,9 @@ target_link_libraries(mscore rt) endif (NOT MINGW AND NOT APPLE) +# gold does not use indirect shared libraries for symbol resolution +target_link_libraries(mscore dl rt) + if (STATIC_SCRIPT_BINDINGS) target_link_libraries(mscore qtscript_core