Skip to content

Commit

Permalink
ceph.spec.in: fix missing backslash for line continuation
Browse files Browse the repository at this point in the history
it errors while building without lua_packages:

+ -DBOOST_J=102 -DWITH_GRAFANA=ON
/var/tmp/rpm-tmp.aq2X3J: line 91: -DBOOST_J=102: command not found

Signed-off-by: luo.runbing <[email protected]>
  • Loading branch information
runsisi committed Feb 9, 2021
1 parent 83d3ac1 commit 893924c
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 893924c

Please sign in to comment.