mirror of
https://github.com/ceph/ceph
synced 2025-02-04 01:14:24 +00:00
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:
parent
763432a3cc
commit
f6a864d079
7
debian/rules
vendored
7
debian/rules
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user