[mapcache] 01/03: Disable memcache support on hurd-i386 too.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Fri Feb 26 08:57:26 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository mapcache.
commit 0f333a06ce6facfe4990a551513d4ad8521163c1
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Fri Feb 26 09:38:41 2016 +0100
Disable memcache support on hurd-i386 too.
---
debian/changelog | 6 ++++++
debian/rules | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 6d759e9..0f1ef8b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mapcache (1.4.1-2) UNRELEASED; urgency=medium
+
+ * Disable memcache support on hurd-i386 too.
+
+ -- Bas Couwenberg <sebastic at debian.org> Fri, 26 Feb 2016 09:38:28 +0100
+
mapcache (1.4.1-1) unstable; urgency=medium
* New upstream release.
diff --git a/debian/rules b/debian/rules
index 8bbd565..61bd98a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,7 +42,7 @@ CMAKE_OPTS:= \
-DWITH_OGR=1
# Disable memcache support on architectures where it's not supported
-ifneq (,$(findstring $(DEB_HOST_ARCH),"armel armhf i386 mips mipsel powerpc hppa"))
+ifneq (,$(findstring $(DEB_HOST_ARCH),"armel armhf i386 mips mipsel powerpc hppa hurd-i386"))
CMAKE_OPTS += -DWITH_MEMCACHE=0
else
CMAKE_OPTS += -DWITH_MEMCACHE=1
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/mapcache.git
More information about the Pkg-grass-devel
mailing list