summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2017-06-28 14:13:00 +0200
committerlouiz’ <louiz@louiz.org>2017-06-28 14:44:34 +0200
commit319259b4d60358add289d121e350ebc51aaaaa38 (patch)
tree64318c3758aa60168993515829fcdd7a89fbfc65 /debian/rules
parentc5407cf8ce6add6f3534df41398235e93b605ab3 (diff)
downloadbiboumi-319259b4d60358add289d121e350ebc51aaaaa38.tar.gz
biboumi-319259b4d60358add289d121e350ebc51aaaaa38.tar.bz2
biboumi-319259b4d60358add289d121e350ebc51aaaaa38.tar.xz
biboumi-319259b4d60358add289d121e350ebc51aaaaa38.zip
Build against sqlite3
In the 6.x branch, it’s the only dependency needed to support the database features.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 03709e6..0fe6afc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,7 @@ include /usr/share/cdbs/1/class/cmake.mk
pkg = $(DEB_SOURCE_PACKAGE)
# TODO: Build-dpend on libbotan1.11-dev or libbotan2.0 when available
-dev-deps = expat1 idn11 systemd udns gcrypt20
+dev-deps = expat1 idn11 systemd udns gcrypt20 sqlite3
CDBS_BUILD_DEPENDS += , cmake, catch, uuid-dev, pandoc
CDBS_BUILD_DEPENDS += , $(patsubst %,$(comma) lib%-dev,$(dev-deps))