mirror of
https://github.com/ceph/ceph
synced 2025-01-20 01:51:34 +00:00
Run configure without liblttng on squeeze as well.
Signed-off-by: Sandon Van Ness <sandon@inktank.com>
This commit is contained in:
parent
aa9041c5eb
commit
be6de4a997
2
debian/rules
vendored
2
debian/rules
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user