From: Gary Lowell Date: Thu, 13 Jun 2013 23:38:26 +0000 (-0700) Subject: rules: Don't disable tcmalloc on ARM (and other non-intel) X-Git-Tag: v0.65~63 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3474fa8361144370bac7f69293c6ebf6d11b9116;p=ceph.git rules: Don't disable tcmalloc on ARM (and other non-intel) Fixes #5342 Signed-off-by: Gary Lowell --- diff --git a/debian/rules b/debian/rules index 52c91bc7359..98dd6ed6f19 100755 --- a/debian/rules +++ b/debian/rules @@ -30,13 +30,6 @@ ifeq ($(DEB_HOST_ARCH), armel) extraopts += --without-libatomic-ops endif -ifneq ($(DEB_HOST_ARCH), i386) -ifneq ($(DEB_HOST_ARCH), amd64) - # libgoogle-perftools-dev is only available on i386 and amd64 - extraopts += --without-tcmalloc -endif -endif - configure: configure-stamp configure-stamp: dh_testdir