]> git.pld-linux.org Git - packages/dyninst.git/blobdiff - dyninst-libname.patch
- updated to 9.3.1
[packages/dyninst.git] / dyninst-libname.patch
index e9903c68d431bb1af39b96bb6ded35ac24fc2301..c406aefa1a586c96287c046e2f76b9c1d421fcc4 100644 (file)
@@ -1,10 +1,10 @@
---- dyninst-9.2.0/common/CMakeLists.txt.orig   2016-08-01 18:54:27.138427786 +0200
-+++ dyninst-9.2.0/common/CMakeLists.txt        2016-08-01 18:56:45.575092871 +0200
+--- dyninst-9.3.1/common/CMakeLists.txt.orig   2017-04-09 19:23:42.065823975 +0200
++++ dyninst-9.3.1/common/CMakeLists.txt        2017-04-09 19:28:45.709153841 +0200
 @@ -112,6 +112,7 @@
- endif()
  
  dyninst_library(common ${DEPS})
 +set_target_properties(common PROPERTIES OUTPUT_NAME dyncommon)
- if (UNIX)
-   # Boost auto-links on Windows; don't double-link
  target_link_private_libraries(common ${Boost_LIBRARIES})
+ if(PLATFORM MATCHES nt OR PLATFORM MATCHES windows)
+   target_link_private_libraries(common Psapi WS2_32 dbghelp)
endif()
This page took 0.070939 seconds and 4 git commands to generate.