Skip to content

Commit 5602a33

Browse files
author
jef
committed
debian packaging update
git-svn-id: http://svn.osgeo.org/qgis/trunk@13251 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent e1d82b1 commit 5602a33

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

debian/rules

+7-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,13 @@ CMAKE_OPTS := \
2828
-D CMAKE_SKIP_RPATH=TRUE \
2929
-D BINDINGS_GLOBAL_INSTALL=TRUE \
3030
-D PEDANTIC=TRUE \
31-
-D WITH_SPATIALITE=TRUE \
32-
-D WITH_INTERNAL_SPATIALITE=TRUE
31+
-D WITH_SPATIALITE=TRUE
32+
33+
ifeq (,$(findstring $(DISTRIBUTION),"sid"))
34+
CMAKE_OPTS += -D WITH_INTERNAL_SPATIALITE=TRUE
35+
else
36+
CMAKE_OPTS += -D WITH_INTERNAL_SPATIALITE=FALSE
37+
endif
3338

3439
ifneq (,$(findstring $(DISTRIBUTION),"hardy intrepid"))
3540
LDFLAGS += -Wl,--as-needed -Wl,--no-undefined

0 commit comments

Comments
 (0)