[Pkg-ceph-commits] [ceph] 15/41: Re-enable rocksdb build for bluestore support

Gaudenz Steinlin gaudenz at moszumanska.debian.org
Mon Aug 15 21:27:04 UTC 2016


This is an automated email from the git hooks/post-receive script.

gaudenz pushed a commit to branch jewel-gaudenz
in repository ceph.

commit 900553493f69bd0b2dcd2ab0637504b18ae97367
Author: James Page <james.page at ubuntu.com>
Date:   Fri Feb 26 21:50:08 2016 +0000

    Re-enable rocksdb build for bluestore support
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index 477aa12..1d51a47 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,6 +24,9 @@ extraopts += --with-babeltrace
 ## do not build with lttng just yet, see #765842.
 extraopts += --without-lttng
 
+# rocksdb is not packaged by anyone.  build it if we can.
+extraopts += --with-librocksdb-static=check
+
 ifeq ($(DEB_HOST_ARCH), armel)
   # armel supports ARMv4t or above instructions sets.
   # libatomic-ops is only usable with Ceph for ARMv6 or above.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ceph/ceph.git



More information about the Pkg-ceph-commits mailing list