File boost.patch of Package postgresql-pgagent
--- pgagent-pgagent-4.2.3/CMakeLists.txt +++ pgagent-pgagent-4.2.3/CMakeLists.txt @@ -105,7 +105,7 @@ SET (Boost_USE_MULTITHREADED ${BOOST_MULTITHREADED_BUILD}) SET (Boost_USE_STATIC_LIBS ${BOOST_STATIC_BUILD}) -FIND_PACKAGE(Boost COMPONENTS filesystem regex date_time thread system) +FIND_PACKAGE(Boost COMPONENTS filesystem regex date_time thread) if(Boost_FOUND) INCLUDE_DIRECTORIES(${Boost_INCLUDE_DIRS})