summaryrefslogtreecommitdiff
path: root/community/canorus/0006-Add-lz-and-lpthread-to-linker-flags.patch
blob: 05317541db6c3e3073e11b262b483eb6939cb37c (plain)
1
2
3
4
5
6
7
8
9
10
11
--- canorus-0.7.R1002.orig/src/CMakeLists.txt	2009-03-27 05:25:52.000000000 -0500
+++ canorus-0.7.R1002/src/CMakeLists.txt	2012-11-15 06:26:41.884594717 -0500
@@ -600,7 +600,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 #