mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
debian packaging update
This commit is contained in:
parent
2a2d9444cf
commit
ba6189c074
4
debian/rules
vendored
4
debian/rules
vendored
@ -71,6 +71,10 @@ else
|
||||
CMAKE_OPTS += -D WITH_GLOBE=TRUE
|
||||
endif
|
||||
|
||||
ifneq (,$(findstring $(DISTRIBUTION),"raring"))
|
||||
CMAKE_OPTS += -D PYTHON_LIBRARY=/usr/lib/$(DEB_BUILD_GNU_TYPE)/libpython2.7.so
|
||||
endif
|
||||
|
||||
ifneq (,$(findstring -oracle,$(DISTRIBUTION)))
|
||||
CMAKE_OPTS += -D WITH_ORACLE=TRUE
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user