]> git.pld-linux.org Git - packages/dyninst.git/blob - dyninst-libname.patch
- updated to 10.1.0
[packages/dyninst.git] / dyninst-libname.patch
1 diff -ur dyninst-10.1.0.orig/common/CMakeLists.txt dyninst-10.1.0/common/CMakeLists.txt
2 --- dyninst-10.1.0.orig/common/CMakeLists.txt   2019-05-16 20:40:05.000000000 +0200
3 +++ dyninst-10.1.0/common/CMakeLists.txt        2019-08-28 20:22:16.367000000 +0200
4 @@ -111,6 +111,7 @@
5  
6  
7  dyninst_library(common ${DEPS})
8 +set_target_properties(common PROPERTIES OUTPUT_NAME dyncommon)
9  if(TARGET TBB)
10      add_dependencies(common TBB)
11  endif()
This page took 0.065666 seconds and 3 git commands to generate.