summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGary Lowell <glowell@inktank.com>2013-04-26 01:53:08 -0700
committerSage Weil <sage@inktank.com>2013-04-26 16:04:52 -0700
commit5c1782a57c5c501e9e6245c91eb1f26249532695 (patch)
treed26700d9bdd57fd7443626ddd023e3cf55b4d1a9 /debian
parent6d348a1ef2910b6e01305d2ca97b1f2dbed0a3af (diff)
downloadceph-5c1782a57c5c501e9e6245c91eb1f26249532695.tar.gz
debian/rules: Fix tcmalloc breakage
Since all currently supported platforms have tcmalloc available and it is now the default, remove broken check code that turns it off if the package is not listed in build-depends. Signed-off-by: Gary Lowell <gary.lowell@inktank.com>
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules8
1 files changed, 0 insertions, 8 deletions
diff --git a/debian/rules b/debian/rules
index bc2ef835ed9..2492577543c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,14 +37,6 @@ ifneq ($(DEB_HOST_ARCH), amd64)
endif
endif
-ifeq ($(shell perl -n -e 'BEGIN{$$/=""}' -e '/Build-Depends:.*libgoogle-perftools-dev/ && exit 1' debian/control),0)
- # if Build-Deps have been edited to skip libgoogle-perftools-dev (as
- # we do for Debian lenny), tell configure it's ok to not have
- # tcmalloc.
- $(warning skipping -ltcmalloc because of no libgoogle-perftools-dev)
- extraopts += --without-tcmalloc
-endif
-
configure: configure-stamp
configure-stamp:
dh_testdir