Skip to content

Commit

Permalink
build/ops: rpm: no rgw Beast frontend on s390x
Browse files Browse the repository at this point in the history
Since the Beast frontend uses boost::context which is not supported on
s390x.

Signed-off-by: Nathan Cutler <[email protected]>
Signed-off-by: Kefu Chai <[email protected]>
  • Loading branch information
smithfarm committed May 29, 2017
1 parent 7d81a4b commit 12625e1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ceph.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -856,6 +856,11 @@ cmake .. \
$CEPH_EXTRA_CMAKE_ARGS \
%if 0%{with ocf}
-DWITH_OCF=ON \
%endif
%ifarch aarch64 armv7hl mips mipsel ppc ppc64 ppc64le %{ix86} x86_64
-DWITH_RADOSGW_BEAST_FRONTEND=ON \
%else
-DWITH_RADOSGW_BEAST_FRONTEND=OFF \
%endif
-DBOOST_J=%{_smp_ncpus}

Expand Down

0 comments on commit 12625e1

Please sign in to comment.