]> git.pld-linux.org Git - packages/OpenGTL.git/blob - OpenGTL-link.patch
- release 2 (by relup.sh)
[packages/OpenGTL.git] / OpenGTL-link.patch
1 --- OpenGTL-0.9.18/OpenGTL/GTLCore/CMakeLists.txt.orig  2012-12-29 12:27:12.000000000 +0100
2 +++ OpenGTL-0.9.18/OpenGTL/GTLCore/CMakeLists.txt       2013-11-10 20:35:10.129428841 +0100
3 @@ -110,7 +110,7 @@
4  set(EXTRA_GTLCORE_LINK_OPTIONS -Wl,-u,__ZTVN4llvm3JITE )
5  endif()
6  
7 -target_link_libraries(GTLCore ${LLVM_LDFLAGS} ${LLVM_LIBS} ${EXTRA_GTLCORE_LINK_OPTIONS})
8 +target_link_libraries(GTLCore ${LLVM_LDFLAGS} ${LLVM_LIBS} ${EXTRA_GTLCORE_LINK_OPTIONS} -lpthread)
9  
10  # Set the ABI version of the library
11  set_target_properties(GTLCore PROPERTIES VERSION ${OPENGTL_LIB_VERSION} SOVERSION ${OPENGTL_LIB_SOVERSION} )
This page took 0.076603 seconds and 3 git commands to generate.