We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1d82b1 commit 5602a33Copy full SHA for 5602a33
debian/rules
@@ -28,8 +28,13 @@ CMAKE_OPTS := \
28
-D CMAKE_SKIP_RPATH=TRUE \
29
-D BINDINGS_GLOBAL_INSTALL=TRUE \
30
-D PEDANTIC=TRUE \
31
- -D WITH_SPATIALITE=TRUE \
32
- -D WITH_INTERNAL_SPATIALITE=TRUE
+ -D WITH_SPATIALITE=TRUE
+
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
38
39
ifneq (,$(findstring $(DISTRIBUTION),"hardy intrepid"))
40
LDFLAGS += -Wl,--as-needed -Wl,--no-undefined
0 commit comments