]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rpm: enable WITH_BOOST_CONTEXT for s390x 36994/head
authorKen Dreyer <kdreyer@redhat.com>
Fri, 4 Sep 2020 15:46:15 +0000 (09:46 -0600)
committerKen Dreyer <kdreyer@redhat.com>
Fri, 4 Sep 2020 15:52:53 +0000 (09:52 -0600)
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 <kdreyer@redhat.com>
ceph.spec.in

index 7c1c1193bb2afe19eaeabfe377ad1b64b17bceff..b91c142b6c8f6aeb4bfbc531c64f6f29fb5bd916 100644 (file)
@@ -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 \