From 0182b690e74fbb13017ebeb2d6e7e828c0cfcebb Mon Sep 17 00:00:00 2001 From: Patrick Darley Date: Wed, 26 Nov 2014 10:18:11 +0000 Subject: Ensure ceph configures to be run without libxfs --- strata/ceph-service/ceph.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'strata/ceph-service') diff --git a/strata/ceph-service/ceph.morph b/strata/ceph-service/ceph.morph index 5ad0d812..67caff77 100644 --- a/strata/ceph-service/ceph.morph +++ b/strata/ceph-service/ceph.morph @@ -3,7 +3,7 @@ kind: chunk build-system: autotools configure-commands: - NOCONFIGURE=1 ./autogen.sh -- ./configure --with-nss --prefix="$PREFIX" --sysconfdir=/etc --without-fuse --without-libatomic-ops +- ./configure --with-nss --prefix="$PREFIX" --sysconfdir=/etc --without-fuse --without-libatomic-ops --without-libxfs install-commands: - make install - install -D -m 755 src/init-ceph $DESTDIR/etc/init.d/ceph -- cgit v1.2.1