freebsd-ports/sysutils/pxp-agent/files/patch-cmake_Findcpp-pcp-client.cmake
Romain Tartière af41f55753 sysutils/pxp-agent: New port
This is the agent for the PCP Execution Protocol (PXP), based on the the Puppet
Communications Protocol (PCP). It enables the execution of actions on remote
nodes.

WWW: https://github.com/puppetlabs/pxp-agent

With hat:	puppet
2021-05-23 09:32:31 -10:00

9 lines
436 B
CMake

--- cmake/Findcpp-pcp-client.cmake.orig 2018-09-28 17:04:38 UTC
+++ cmake/Findcpp-pcp-client.cmake
@@ -2,5 +2,5 @@ include(FindDependency)
find_dependency(cpp-pcp-client
DISPLAY "cpp-pcp-client"
HEADERS "cpp-pcp-client/connector/connection.hpp"
- LIBRARIES "libcpp-pcp-client.so" "libcpp-pcp-client.dylib" "cpp-pcp-client"
+ LIBRARIES "liblibcpp-pcp-client.so" "libcpp-pcp-client.dylib" "cpp-pcp-client"
REQUIRED)