From: Loic Dachary Date: Fri, 3 Apr 2015 12:15:58 +0000 (+0200) Subject: build-ceph: disable static and lttng X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=7d904619e4926e51f8961bb80acf97945bcada71;p=autobuild-ceph.git build-ceph: disable static and lttng Signed-off-by: Loic Dachary --- 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