rules: Don't disable tcmalloc on ARM (and other non-intel)

Fixes #5342

Signed-off-by: Gary Lowell  <gary.lowell@inktank.com>
This commit is contained in:
Gary Lowell 2013-06-13 16:38:26 -07:00
parent 763432a3cc
commit f6a864d079

7
debian/rules vendored
View File

@ -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