From: Josh Durgin Date: Mon, 6 Apr 2015 18:08:33 +0000 (-0700) Subject: debian: remove lttng checking from rules X-Git-Tag: v9.0.0~40^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a294daff0bb69a7e0951f98c9497ccb22e91e705;p=ceph.git debian: remove lttng checking from rules This can be done better in a separate script, which puts these in CEPH_EXTRA_CONFIGURE_ARGS. In particular, this lets us enable lttng for gitbuilder builds, but not release builds. Fixes: #11333 Signed-off-by: Josh Durgin --- diff --git a/debian/rules b/debian/rules index 34f6939e007b..1fd2d6660098 100755 --- a/debian/rules +++ b/debian/rules @@ -33,12 +33,6 @@ ifeq ($(DEB_HOST_ARCH), armel) extraopts += --without-libatomic-ops endif -ifeq ($(shell lsb_release -sc | egrep -q '(precise|quantal|raring|saucy|wheezy|squeeze)' && echo yes),yes) - extraopts += --without-lttng --without-babeltrace -else - extraopts += --with-lttng --with-babeltrace -endif - configure: configure-stamp configure-stamp: dh_testdir