Run configure without liblttng on squeeze as well.

Signed-off-by: Sandon Van Ness <sandon@inktank.com>
This commit is contained in:
Sandon Van Ness 2014-10-07 06:03:36 -07:00
parent aa9041c5eb
commit be6de4a997

2
debian/rules vendored
View File

@ -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