]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rules: Don't disable tcmalloc on ARM (and other non-intel)
authorGary Lowell <glowell@inktank.com>
Thu, 13 Jun 2013 23:38:26 +0000 (16:38 -0700)
committerGary Lowell <glowell@inktank.com>
Fri, 14 Jun 2013 22:11:05 +0000 (15:11 -0700)
Fixes #5342

Signed-off-by: Gary Lowell <gary.lowell@inktank.com>
debian/rules

index 52c91bc7359e267fc57a80c0a3cf8bfd1d067e96..98dd6ed6f19b4fc003dcc8b61f1fffbd870c8d2b 100755 (executable)
@@ -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