]> git.pld-linux.org Git - packages/dyninst.git/blob - dyninst-libname.patch
- updated to 9.2.0
[packages/dyninst.git] / dyninst-libname.patch
1 --- dyninst-9.2.0/common/CMakeLists.txt.orig    2016-08-01 18:54:27.138427786 +0200
2 +++ dyninst-9.2.0/common/CMakeLists.txt 2016-08-01 18:56:45.575092871 +0200
3 @@ -112,6 +112,7 @@
4  endif()
5  
6  dyninst_library(common ${DEPS})
7 +set_target_properties(common PROPERTIES OUTPUT_NAME dyncommon)
8  if (UNIX)
9    # Boost auto-links on Windows; don't double-link
10    target_link_private_libraries(common ${Boost_LIBRARIES})
This page took 0.110805 seconds and 3 git commands to generate.