mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
debian packaging update
git-svn-id: http://svn.osgeo.org/qgis/trunk@13251 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
e1d82b1a82
commit
5602a33648
9
debian/rules
vendored
9
debian/rules
vendored
@ -28,8 +28,13 @@ CMAKE_OPTS := \
|
||||
-D CMAKE_SKIP_RPATH=TRUE \
|
||||
-D BINDINGS_GLOBAL_INSTALL=TRUE \
|
||||
-D PEDANTIC=TRUE \
|
||||
-D WITH_SPATIALITE=TRUE \
|
||||
-D WITH_INTERNAL_SPATIALITE=TRUE
|
||||
-D WITH_SPATIALITE=TRUE
|
||||
|
||||
ifeq (,$(findstring $(DISTRIBUTION),"sid"))
|
||||
CMAKE_OPTS += -D WITH_INTERNAL_SPATIALITE=TRUE
|
||||
else
|
||||
CMAKE_OPTS += -D WITH_INTERNAL_SPATIALITE=FALSE
|
||||
endif
|
||||
|
||||
ifneq (,$(findstring $(DISTRIBUTION),"hardy intrepid"))
|
||||
LDFLAGS += -Wl,--as-needed -Wl,--no-undefined
|
||||
|
Loading…
x
Reference in New Issue
Block a user