From 121cde8c0a34b785474e7600ae783e15b451ab08 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Fri, 4 Sep 2020 09:46:15 -0600 Subject: [PATCH] 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 --- ceph.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \