summaryrefslogtreecommitdiff
path: root/sci-libs/indilib-driver-gphoto/files/fix_zlib_link.patch
blob: 7bd1810ddd3efc787afe6613b4e75fe8d726f680 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- indilib-driver-gphoto-9999/CMakeLists.txt   2012-12-01 23:55:33.605162516 +0100
+++ indilib-driver-gphoto-9999.new/CMakeLists.txt       2012-12-01 23:57:37.329853691 +0100
@@ -35,7 +35,7 @@
 
 add_executable(indi_gphoto_ccd ${indigphoto_SRCS})
 
-target_link_libraries(indi_gphoto_ccd ${INDI_MAIN_LIBRARIES} ${CFITSIO_LIBRARIES} ${LIBGPHOTO2_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} ${JPEG_LIBRARIES} gphoto2_port)
+target_link_libraries(indi_gphoto_ccd ${INDI_MAIN_LIBRARIES} ${CFITSIO_LIBRARIES} ${LIBGPHOTO2_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} ${JPEG_LIBRARIES} ${ZLIB_LIBRARIES} gphoto2_port)
 install(TARGETS indi_gphoto_ccd RUNTIME DESTINATION bin )
 
 install(FILES indi_gphoto.xml DESTINATION ${INDI_DATA_DIR})