From: Sandon Van Ness Date: Tue, 7 Oct 2014 13:03:36 +0000 (-0700) Subject: Run configure without liblttng on squeeze as well. X-Git-Tag: v0.88~108 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=be6de4a997e930c02a71d16be3be6d47522098ac;p=ceph.git Run configure without liblttng on squeeze as well. Signed-off-by: Sandon Van Ness --- diff --git a/debian/rules b/debian/rules index 835789e794a2..34f6939e007b 100755 --- a/debian/rules +++ b/debian/rules @@ -33,7 +33,7 @@ ifeq ($(DEB_HOST_ARCH), armel) extraopts += --without-libatomic-ops endif -ifeq ($(shell lsb_release -sc | egrep -q '(precise|quantal|raring|saucy|wheezy)' && echo yes),yes) +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