summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2017-07-26 16:02:47 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2017-07-26 16:02:47 +0900
commit483303b2da6284a09280f4fe7c2bfad4a3461120 (patch)
treed03db20a831f9a76c7ca476d025f250732fbff01
parente1673372c22d08ebeee07368823e1e6f614c7a4e (diff)
downloadboost-483303b2da6284a09280f4fe7c2bfad4a3461120.tar.gz
boost-483303b2da6284a09280f4fe7c2bfad4a3461120.tar.bz2
boost-483303b2da6284a09280f4fe7c2bfad4a3461120.zip
- Invalid boost-context package name [Model] [BinType] AP [Customer] OPEN [Issue#] N/A [Request] N/A [Occurrence Version] N/A [Problem] [Cause & Measure] [Checking Method] N/A [Team] Open Source Management and Setting Part [Developer] dh0128.kwak [Solution company] Samsung [Change Type] N/A Change-Id: I1373ede1216a5f02c66573e9a2ad24cbe9dcbdf9
-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}