]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
build/ops: deb: build with -DWITH_SYSTEMD=OFF 20404/head
authorNathan Cutler <ncutler@suse.com>
Mon, 12 Feb 2018 20:12:54 +0000 (21:12 +0100)
committerNathan Cutler <ncutler@suse.com>
Mon, 12 Feb 2018 20:12:54 +0000 (21:12 +0100)
The Debian build assumes that "make install" will not install
the systemd unit files.

Signed-off-by: Nathan Cutler <ncutler@suse.com>
debian/rules

index ea5ed3ac1a7a7e3115555ecb98ea1f2ec2c9dda8..c80882774473564674163dc4dd0a39a27e509142 100755 (executable)
@@ -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