From 826aa06b0ad4e14fcbf287e04404bc4f4523a43b Mon Sep 17 00:00:00 2001 From: Dan Mick Date: Thu, 7 Jan 2016 14:01:02 -0800 Subject: [PATCH] build-ceph.sh: add --with-librocksdb-static=check to configure flags Signed-off-by: Dan Mick --- build-ceph.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-ceph.sh b/build-ceph.sh index 9a22a7f..1345b0f 100755 --- a/build-ceph.sh +++ b/build-ceph.sh @@ -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 -- 2.39.5