From 32e8bcda49dda5e5bdef348f83920cf773221d9b Mon Sep 17 00:00:00 2001 From: Sandon Van Ness Date: Tue, 7 Oct 2014 06:03:36 -0700 Subject: [PATCH] Run configure without liblttng on squeeze as well. Signed-off-by: Sandon Van Ness --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 835789e794a2a..34f6939e007b9 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 -- 2.39.5