Skip to content

Commit c68e604

Browse files
committed
Don't build internal pyspatialite on Debian jessie & sid, python-pyspatialite package is instead.
1 parent 37a7831 commit c68e604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian/rules

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
6969
MAKEFLAGS += -j$(NUMJOBS)
7070
endif
7171

72-
ifneq (,$(findstring $(DISTRIBUTION),"wheezy jessie sid precise"))
72+
ifneq (,$(findstring $(DISTRIBUTION),"wheezy precise"))
7373
CMAKE_OPTS += -DWITH_PYSPATIALITE=TRUE
7474
endif
7575

0 commit comments

Comments
 (0)