[Pkg-ceph-commits] [ceph] 01/01: Don't use google-perftools on powerpc and armhf
Gaudenz Steinlin
gaudenz at moszumanska.debian.org
Fri Oct 17 07:41:33 UTC 2014
This is an automated email from the git hooks/post-receive script.
gaudenz pushed a commit to branch wheezy-backports
in repository ceph.
commit aeff75c66bd12ecc4831b10d39b3f588d491268c
Author: Gaudenz Steinlin <gaudenz at debian.org>
Date: Fri Oct 17 09:41:20 2014 +0200
Don't use google-perftools on powerpc and armhf
The version of google-perftools available in wheezy does not build on
powerpc.
---
debian/control | 2 +-
debian/rules | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 96d98fa..f022982 100644
--- a/debian/control
+++ b/debian/control
@@ -26,7 +26,7 @@ Build-Depends: debhelper (>= 9~),
libexpat1-dev,
libfcgi-dev,
libfuse-dev,
- libgoogle-perftools-dev [i386 amd64 powerpc armhf ppc64el],
+ libgoogle-perftools-dev [i386 amd64],
libkeyutils-dev,
libleveldb-dev,
libnss3-dev,
diff --git a/debian/rules b/debian/rules
index b3b0ccb..9941375 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,7 @@ ifeq ($(DEB_HOST_ARCH), armel)
endif
# Only selected architectures support gperftools
-gperftools_archs = i386 amd64 powerpc armhf ppc64el
+gperftools_archs = i386 amd64
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