]> git.apps.os.sepia.ceph.com Git - autobuild-ceph.git/commitdiff
build-ceph: disable static and lttng
authorLoic Dachary <ldachary@redhat.com>
Fri, 3 Apr 2015 12:15:58 +0000 (14:15 +0200)
committerLoic Dachary <ldachary@redhat.com>
Fri, 3 Apr 2015 12:52:47 +0000 (14:52 +0200)
Signed-off-by: Loic Dachary <ldachary@redhat.com>
build-ceph.sh

index 49fac15da78e604b1a16bc885d40e8f8b1dd3998..511af163aef31fd0d5ef62cbafd625cf6af5bb05 100755 (executable)
@@ -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