Skip to content

Commit

Permalink
build/ops: deb: build with -DWITH_SYSTEMD=OFF
Browse files Browse the repository at this point in the history
The Debian build assumes that "make install" will not install
the systemd unit files.

Signed-off-by: Nathan Cutler <[email protected]>
  • Loading branch information
smithfarm committed Feb 12, 2018
1 parent dba3ebe commit b4803aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export DESTDIR=$(CURDIR)/debian/tmp
export DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)

extraopts += -DUSE_CRYPTOPP=OFF -DWITH_OCF=ON -DWITH_LTTNG=ON -DWITH_PYTHON3=ON -DWITH_EMBEDDED=OFF
extraopts += -DWITH_CEPHFS_JAVA=ON
extraopts += -DWITH_CEPHFS_JAVA=ON -DWITH_SYSTEMD=OFF
# assumes that ceph is exmpt from multiarch support, so we override the libdir.
extraopts += -DCMAKE_INSTALL_LIBDIR=/usr/lib
extraopts += -DCMAKE_INSTALL_LIBEXECDIR=/usr/lib
Expand Down

0 comments on commit b4803aa

Please sign in to comment.