From: Nathan Cutler Date: Mon, 12 Feb 2018 20:12:54 +0000 (+0100) Subject: build/ops: deb: build with -DWITH_SYSTEMD=OFF X-Git-Tag: v13.0.2~167^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b4803aa89dc08789657c7c6a5262d7cc73e65ab6;p=ceph.git build/ops: deb: build with -DWITH_SYSTEMD=OFF The Debian build assumes that "make install" will not install the systemd unit files. Signed-off-by: Nathan Cutler --- diff --git a/debian/rules b/debian/rules index ea5ed3ac1a7a..c80882774473 100755 --- a/debian/rules +++ b/debian/rules @@ -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