Signed-off-by: Sage Weil <sage@redhat.com>
--with-rest-bench \
--with-debug \
--enable-cephfs-java \
+ --with-librocksdb-static=check \
$MY_CONF_OPT \
%{?_with_ocf} \
CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS"
extraopts += --with-debug
extraopts += --enable-cephfs-java
+# 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.