diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2011-06-19 02:48:26 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2011-06-19 02:48:26 +0000 |
commit | 5457eacc747fc3f91e10a1f452230b1feac39eff (patch) | |
tree | bae3163aec825d4fc53c0ef265eac2148b31353b /extra/libindi | |
parent | c80552b41838a5668458ebb1eb9b0f44ea6fe879 (diff) |
Sun Jun 19 02:48:26 UTC 2011
Diffstat (limited to 'extra/libindi')
-rw-r--r-- | extra/libindi/linking-pthread.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/extra/libindi/linking-pthread.patch b/extra/libindi/linking-pthread.patch deleted file mode 100644 index c012707a2..000000000 --- a/extra/libindi/linking-pthread.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- trunk/libindi/CMakeLists.txt 2010/11/20 11:45:07 397 -+++ trunk/libindi/CMakeLists.txt 2010/12/01 08:36:20 412 -@@ -164,7 +164,7 @@ - ############# INDI Client Library ################
- ##################################################
- add_library(indiclient STATIC ${indibase_SRCS})
--target_link_libraries(indiclient indi)
-+target_link_libraries(indiclient indi pthread)
- install(TARGETS indiclient ARCHIVE DESTINATION lib${LIB_POSTFIX})
-
- #####################################
|