]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Run configure without liblttng on squeeze as well.
authorSandon Van Ness <sandon@inktank.com>
Tue, 7 Oct 2014 13:03:36 +0000 (06:03 -0700)
committerSandon Van Ness <sandon@inktank.com>
Tue, 7 Oct 2014 13:04:39 +0000 (06:04 -0700)
Signed-off-by: Sandon Van Ness <sandon@inktank.com>
debian/rules

index 835789e794a2a15a4eb5c54a6e91b0db50a24478..34f6939e007b92ab0c6d4f299933f8d4b341e2f6 100755 (executable)
@@ -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