From e139c8ed926a685ef20b9323c05f4e06e9f817e4 Mon Sep 17 00:00:00 2001 From: Markus Frosch Date: Wed, 13 Mar 2019 10:42:58 +0100 Subject: [PATCH] Add new boost packages for Boost ASIO --- icinga2.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/icinga2.spec b/icinga2.spec index 7b230f5..494e0cd 100644 --- a/icinga2.spec +++ b/icinga2.spec @@ -148,6 +148,8 @@ BuildRequires: make %define boost_devel_pkg %nil # Using the split # Provided by packages.icinga.com or OS, when boost is newer than %%{boost_min_version} +BuildRequires: libboost_context-devel-impl >= %{boost_min_version} +BuildRequires: libboost_coroutine-devel-impl >= %{boost_min_version} BuildRequires: libboost_program_options-devel-impl >= %{boost_min_version} BuildRequires: libboost_regex-devel-impl >= %{boost_min_version} BuildRequires: libboost_system-devel-impl >= %{boost_min_version}