Skip to content

Commit

Permalink
Merge pull request ceph#39367 from runsisi/wip-fix-spec
Browse files Browse the repository at this point in the history
ceph.spec.in: fix missing backslash for line continuation

Reviewed-by: Kefu Chai <[email protected]>
  • Loading branch information
tchaikov authored Feb 9, 2021
2 parents 1f6f9b2 + 893924c commit 8c49c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ceph.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -1265,7 +1265,7 @@ ${CMAKE} .. \
-DWITH_RADOSGW_KAFKA_ENDPOINT=OFF \
%endif
%if 0%{without lua_packages}
-DWITH_RADOSGW_LUA_PACKAGES=OFF
-DWITH_RADOSGW_LUA_PACKAGES=OFF \
%endif
%if 0%{with zbd}
-DWITH_ZBD=ON \
Expand Down

0 comments on commit 8c49c91

Please sign in to comment.