summaryrefslogtreecommitdiffstats
path: root/solenv
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-02-27 17:02:59 +0200
committerTor Lillqvist <tml@iki.fi>2012-02-27 17:02:59 +0200
commit651dcc29f413b6bb95e01c90d4113ff7a10db3be (patch)
treefd6147905c52273cd55859c875571970138ebe22 /solenv
parents/interpreters/scripting/ (diff)
downloadcore-651dcc29f413b6bb95e01c90d4113ff7a10db3be.tar.gz
core-651dcc29f413b6bb95e01c90d4113ff7a10db3be.zip
Add --disable-extensions switch for future implementation
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 e38137e9569c..2aafa6b09d4b 100644
--- a/solenv/gbuild/gbuild.mk
+++ b/solenv/gbuild/gbuild.mk
@@ -236,6 +236,10 @@ ifeq ($(strip $(DISABLE_DBCONNECTIVITY)),TRUE)
gb_GLOBALDEFS += -DDISABLE_DBCONNECTIVITY
endif
+ifeq ($(strip $(DISABLE_EXTENSIONS)),TRUE)
+gb_GLOBALDEFS += -DDISABLE_EXTENSIONS
+endif
+
ifeq ($(strip $(DISABLE_SCRIPTING)),TRUE)
gb_GLOBALDEFS += -DDISABLE_SCRIPTING
endif