summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
Diffstat (limited to 'packaging')
-rw-r--r--packaging/boost.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/boost.spec b/packaging/boost.spec
index c7e7c40b5e..f540448d52 100644
--- a/packaging/boost.spec
+++ b/packaging/boost.spec
@@ -45,11 +45,11 @@
%endif
%if %{build_context}
-%define context_libs libboost_context libboost_coroutine
+%define context_libs boost-context boost-coroutine
%endif
%if %{build_fiber}
-%define fiber_libs libboost_fiber
+%define fiber_libs boost-fiber
%endif
%define all_libs %{most_libs} %{?context_libs} %{?fiber_libs}