Skip to content

Commit

Permalink
Merge pull request #1943 from sebastic/pyspatialite
Browse files Browse the repository at this point in the history
Don't build internal pyspatialite on Debian jessie & sid
  • Loading branch information
jef-n committed Mar 7, 2015
2 parents 0be193d + c68e604 commit 6eb1b5b
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 6eb1b5b

Please sign in to comment.