From 7d904619e4926e51f8961bb80acf97945bcada71 Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Fri, 3 Apr 2015 14:15:58 +0200 Subject: [PATCH] build-ceph: disable static and lttng Signed-off-by: Loic Dachary --- build-ceph.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-ceph.sh b/build-ceph.sh index 49fac15..511af16 100755 --- a/build-ceph.sh +++ b/build-ceph.sh @@ -24,7 +24,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-fuse --with-libatomic-ops --with-gtk2 --with-hadoop --with-profiler --enable-cephfs-java --with-librocksdb-static=check $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 $CEPH_EXTRA_CONFIGURE_ARGS || exit 2 if [ ! -e Makefile ]; then echo "$0: no Makefile, aborting." 1>&2 -- 2.39.5