[Pkg-ceph-commits] [ceph] 35/85: Enable gperftools on arm64 architecture.
Gaudenz Steinlin
gaudenz at moszumanska.debian.org
Mon Dec 26 20:47:25 UTC 2016
This is an automated email from the git hooks/post-receive script.
gaudenz pushed a commit to branch jewel
in repository ceph.
commit 3b029abeb68a8d874151285c93ff07997bf5e05f
Author: James Page <james.page at ubuntu.com>
Date: Fri Feb 26 22:55:52 2016 +0000
Enable gperftools on arm64 architecture.
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index b09d96d..7e9f9de 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,7 +34,7 @@ ifeq ($(DEB_HOST_ARCH), armel)
endif
# Only selected architectures support gperftools
-gperftools_archs = i386 amd64 powerpc armhf ppc64el
+gperftools_archs = i386 amd64 powerpc armhf ppc64el arm64
ifneq (,$(filter $(DEB_HOST_ARCH), $(gperftools_archs)))
extraopts += --with-tcmalloc
else
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ceph/ceph.git
More information about the Pkg-ceph-commits
mailing list