diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2018-06-15 16:02:42 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2018-06-15 16:02:42 +0900 |
commit | bdde3df89c99f5a826e945dd18ca4c42fbb82962 (patch) | |
tree | b9594204a40cb5fcb27e25e41840935c7ab39eca | |
parent | 2ab0cbf4ec245d3fa9fe7a84f5b33a68fb7e2634 (diff) | |
download | boost-bdde3df89c99f5a826e945dd18ca4c42fbb82962.tar.gz boost-bdde3df89c99f5a826e945dd18ca4c42fbb82962.tar.bz2 boost-bdde3df89c99f5a826e945dd18ca4c42fbb82962.zip |
Fix build error at 64bit envsubmit/tizen/20180820.001708submit/tizen/20180803.070829submit/tizen/20180718.005324submit/tizen/20180712.012006submit/tizen/20180710.020859submit/tizen/20180705.002722submit/tizen/20180702.082542submit/tizen/20180618.010832
[Model] All
[BinType] AP
[Customer] OPEN
[Issue#] N/A
[Request] N/A
[Occurrence Version] N/A
[Problem] invalid spec file
[Cause & Measure] fix spec file
[Checking Method]
[Team] Open Source Management and Setting Part
[Developer] dh0128.kwak
[Solution company] Samsung
[Change Type] N/A
Change-Id: Ia3fb3d741a826d74e6fb4cf111fa8f48bfc7ba78
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
-rw-r--r-- | packaging/boost.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/boost.spec b/packaging/boost.spec index a35f906bb8..545f0e379a 100644 --- a/packaging/boost.spec +++ b/packaging/boost.spec @@ -428,7 +428,7 @@ LIBRARIES_FLAGS=--with-libraries=all %if !%{build_context} # coroutine/coroutine2 depend on context -LIBRARIES_FLAGS+=" --without-libraries=context,coroutine,coroutine2" +LIBRARIES_FLAGS+=" --without-libraries=context,coroutine" %endif %if !%{build_fiber} |