rpms/canorus/devel canorus-linking.patch,1.1,1.2

Orcan Ogetbil oget at fedoraproject.org
Mon May 31 02:00:34 UTC 2010


Author: oget

Update of /cvs/pkgs/rpms/canorus/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv7063

Modified Files:
	canorus-linking.patch 
Log Message:
Add libz.so linking to canorus-linking.patch


canorus-linking.patch:
 CMakeLists.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: canorus-linking.patch
===================================================================
RCS file: /cvs/pkgs/rpms/canorus/devel/canorus-linking.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- canorus-linking.patch	31 May 2010 01:43:53 -0000	1.1
+++ canorus-linking.patch	31 May 2010 02:00:34 -0000	1.2
@@ -6,7 +6,7 @@ diff -rupN canorus-0.7.old/src/CMakeList
  # 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} pthread)
++TARGET_LINK_LIBRARIES(canorus ${QT_LIBRARIES} ${RUBY_LIBRARY} ${PYTHON_LIBRARY} pthread z)
  
  ############################
  # RtMIDI Library additions #



More information about the scm-commits mailing list