From: Ken Dreyer Date: Fri, 4 Sep 2020 15:46:15 +0000 (-0600) Subject: rpm: enable WITH_BOOST_CONTEXT for s390x X-Git-Tag: v16.1.0~1167^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=121cde8c0a34b785474e7600ae783e15b451ab08;p=ceph.git rpm: enable WITH_BOOST_CONTEXT for s390x We've upgraded to Boost version 1.73 (1169dee2592ec41777207fcf5742b5e936a100fc), and this version provides working support for boost::context for s390x. Enable this in the RPM packaging. Fixes: https://tracker.ceph.com/issues/47304 Signed-off-by: Ken Dreyer --- diff --git a/ceph.spec.in b/ceph.spec.in index 7c1c1193bb2..b91c142b6c8 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -1164,7 +1164,7 @@ ${CMAKE} .. \ %if 0%{with ocf} -DWITH_OCF=ON \ %endif -%ifarch aarch64 armv7hl mips mipsel ppc ppc64 ppc64le %{ix86} x86_64 +%ifarch aarch64 armv7hl mips mipsel ppc ppc64 ppc64le %{ix86} x86_64 s390x -DWITH_BOOST_CONTEXT=ON \ %else -DWITH_BOOST_CONTEXT=OFF \