From c68e60427cf36db6e7fbe82357b7aedf3b83c2ee Mon Sep 17 00:00:00 2001 From: Bas Couwenberg Date: Fri, 6 Mar 2015 17:47:15 +0100 Subject: [PATCH] Don't build internal pyspatialite on Debian jessie & sid, python-pyspatialite package is instead. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 038b45613f3..ca00feed439 100755 --- a/debian/rules +++ b/debian/rules @@ -69,7 +69,7 @@ ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) MAKEFLAGS += -j$(NUMJOBS) endif -ifneq (,$(findstring $(DISTRIBUTION),"wheezy jessie sid precise")) +ifneq (,$(findstring $(DISTRIBUTION),"wheezy precise")) CMAKE_OPTS += -DWITH_PYSPATIALITE=TRUE endif