mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
debian packaging update
This commit is contained in:
parent
f3ff3b4fe6
commit
37a0428004
4
debian/rules
vendored
4
debian/rules
vendored
@ -73,6 +73,10 @@ ifneq (,$(findstring $(DISTRIBUTION),"wheezy jessie sid precise quantal raring s
|
||||
CMAKE_OPTS += -DWITH_PYSPATIALITE=TRUE
|
||||
endif
|
||||
|
||||
ifneq (,$(findstring $(DISTRIBUTION),"sid sid-oracle"))
|
||||
CMAKE_OPTS += -DPOSTGRES_LIBRARY=/usr/lib/$(DEB_BUILD_MULTIARCH)/libpq.so
|
||||
endif
|
||||
|
||||
ifneq (,$(findstring $(DISTRIBUTION),"jessie raring saucy trusty sid sid-oracle"))
|
||||
CMAKE_OPTS += -DPYTHON_LIBRARY=/usr/lib/$(DEB_BUILD_MULTIARCH)/libpython2.7.so
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user