summaryrefslogtreecommitdiffstats
path: root/solenv
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-02-21 12:47:34 +0200
committerTor Lillqvist <tml@iki.fi>2012-02-21 14:19:49 +0200
commitf9a5c4cbc275df6dd5a3b31323b1d00343e8e4f0 (patch)
tree77cd7fdbba6e615f77a31844369fb23f918075be /solenv
parentFilter out stuff not built for iOS (diff)
downloadcore-f9a5c4cbc275df6dd5a3b31323b1d00343e8e4f0.tar.gz
core-f9a5c4cbc275df6dd5a3b31323b1d00343e8e4f0.zip
More --disable-database-connectivity work, still experimental
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/gbuild.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/solenv/gbuild/gbuild.mk b/solenv/gbuild/gbuild.mk
index 005d81bc9ae3..0ae3a34a2174 100644
--- a/solenv/gbuild/gbuild.mk
+++ b/solenv/gbuild/gbuild.mk
@@ -241,6 +241,10 @@ ifeq ($(strip $(ENABLE_HEADLESS)),TRUE)
gb_GLOBALDEFS += -DLIBO_HEADLESS
endif
+ifeq ($(strip $(DISABLE_DBCONNECTIVITY)),TRUE)
+gb_GLOBALDEFS += -DDISABLE_DBCONNECTIVITY
+endif
+
ifeq ($(HAVE_THREADSAFE_STATICS),TRUE)
gb_GLOBALDEFS += -DHAVE_THREADSAFE_STATICS
endif