Description: Add missing libraries to fix FTBFS with --no-add-needed.
Author: Ilya Barygin <barygin@gmail.com>
Bug-Debian: http://bugs.debian.org/554082

Index: canorus-0.7/src/CMakeLists.txt
===================================================================
--- canorus-0.7.orig/src/CMakeLists.txt	2011-01-08 19:19:43.000000000 +0300
+++ canorus-0.7/src/CMakeLists.txt	2011-01-08 19:26:25.000000000 +0300
@@ -608,7 +608,7 @@
 # command. Never remove that line :-)
 # Add ${QT_QTTEST_LIBRARY} below to add the Qt Test library as well
 # Add ${POPPLERQT4_LIBRARY} ${POPPLER_LIBRARY} to reactivate poppler libraries
-TARGET_LINK_LIBRARIES(canorus ${QT_LIBRARIES} ${RUBY_LIBRARY} ${PYTHON_LIBRARY} )
+TARGET_LINK_LIBRARIES(canorus ${QT_LIBRARIES} ${RUBY_LIBRARY} ${PYTHON_LIBRARY} -lz -lpthread)
 
 ############################
 # RtMIDI Library additions #
