From a294daff0bb69a7e0951f98c9497ccb22e91e705 Mon Sep 17 00:00:00 2001 From: Josh Durgin Date: Mon, 6 Apr 2015 11:08:33 -0700 Subject: [PATCH] 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 --- debian/rules | 6 ------ 1 file changed, 6 deletions(-) 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 -- 2.47.3