]> git.pld-linux.org Git - packages/dyninst.git/blob - dyninst-libname.patch
- updated to 9.0.3 (note: new sonames)
[packages/dyninst.git] / dyninst-libname.patch
1 --- DyninstAPI-9.0.3/common/CMakeLists.txt.orig 2015-08-26 18:13:07.000000000 +0200
2 +++ DyninstAPI-9.0.3/common/CMakeLists.txt      2015-10-25 08:20:06.636787299 +0100
3 @@ -112,6 +112,7 @@
4  endif()
5  
6  dyninst_library(common ${DEPS})
7 +set_target_properties(common PROPERTIES OUTPUT_NAME dyncommon)
8  
9  if(PLATFORM MATCHES nt OR PLATFORM MATCHES windows)
10    target_link_libraries(common Psapi WS2_32 dbghelp)
This page took 0.092635 seconds and 3 git commands to generate.