]> git.apps.os.sepia.ceph.com Git - autobuild-ceph.git/commitdiff
build-ceph.sh: add --with-librocksdb-static=check to configure flags 68/head
authorDan Mick <dan.mick@redhat.com>
Thu, 7 Jan 2016 22:01:02 +0000 (14:01 -0800)
committerDan Mick <dan.mick@redhat.com>
Thu, 7 Jan 2016 22:01:02 +0000 (14:01 -0800)
Signed-off-by: Dan Mick <dan.mick@redhat.com>
build-ceph.sh

index 9a22a7f159e7f36ddb5510ba5738fd8d236e42e9..1345b0f1e3c21bb192a07658a2c34be2b057a390 100755 (executable)
@@ -25,7 +25,7 @@ echo --START-IGNORE-WARNINGS
 autoconf || true
 echo --STOP-IGNORE-WARNINGS
 [ -z "$CEPH_EXTRA_CONFIGURE_ARGS" ] && CEPH_EXTRA_CONFIGURE_ARGS=--with-tcmalloc
-[ ! -x configure ] || CFLAGS="-fno-omit-frame-pointer -g -O2" CXXFLAGS="-fno-omit-frame-pointer -g" ./configure --with-debug --with-radosgw --with-libatomic-ops --without-lttng --disable-static $CEPH_EXTRA_CONFIGURE_ARGS || exit 2
+[ ! -x configure ] || CFLAGS="-fno-omit-frame-pointer -g -O2" CXXFLAGS="-fno-omit-frame-pointer -g" ./configure --with-debug --with-radosgw --with-libatomic-ops --without-lttng --disable-static --with-librocksdb-static=check $CEPH_EXTRA_CONFIGURE_ARGS || exit 2
 
 if [ ! -e Makefile ]; then
     echo "$0: no Makefile, aborting." 1>&2