mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Don't build internal pyspatialite on Debian jessie & sid, python-pyspatialite package is instead.
This commit is contained in:
parent
37a7831d2a
commit
c68e60427c
2
debian/rules
vendored
2
debian/rules
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user