summaryrefslogtreecommitdiff
path: root/RepositoryFixes.mk
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 /RepositoryFixes.mk
parentefa6a5f0444ab2299f91608f4a5b78848814458e (diff)
More --disable-database-connectivity work, still experimental
Diffstat (limited to 'RepositoryFixes.mk')
-rw-r--r--RepositoryFixes.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/RepositoryFixes.mk b/RepositoryFixes.mk
index b1cb18f84d2c..95602be46d6c 100644
--- a/RepositoryFixes.mk
+++ b/RepositoryFixes.mk
@@ -137,4 +137,8 @@ gb_Library_FILENAMES := $(patsubst vbahelper:libvbahelper%,,$(gb_Library_FILENAM
endif
+ifeq (,$(filter DBCONNECTIVITY,$(BUILD_TYPE)))
+gb_Library_FILENAMES := $(patsubst dbtools:libdbtools%,,$(gb_Library_FILENAMES))
+endif
+
# vim: set noet sw=4 ts=4: