Skip to content

Commit

Permalink
Don't build internal pyspatialite on Debian jessie & sid, python-pysp…
Browse files Browse the repository at this point in the history
…atialite package is instead.
  • Loading branch information
sebastic committed Mar 6, 2015
1 parent 37a7831 commit c68e604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Expand Up @@ -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

Expand Down

0 comments on commit c68e604

Please sign in to comment.