[Pkg-ceph-commits] [ceph] 32/85: Re-enable rocksdb build for bluestore support
Gaudenz Steinlin
gaudenz at moszumanska.debian.org
Mon Dec 26 20:47:25 UTC 2016
This is an automated email from the git hooks/post-receive script.
gaudenz pushed a commit to branch jewel
in repository ceph.
commit 7ebd7ca12251125fae8b62b5e59c046e375884ec
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