summaryrefslogtreecommitdiffstats
path: root/cluster/csync2/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'cluster/csync2/DEPENDS')
-rwxr-xr-xcluster/csync2/DEPENDS11
1 files changed, 11 insertions, 0 deletions
diff --git a/cluster/csync2/DEPENDS b/cluster/csync2/DEPENDS
new file mode 100755
index 0000000000..618d944640
--- /dev/null
+++ b/cluster/csync2/DEPENDS
@@ -0,0 +1,11 @@
+depends sqlite2 &&
+depends librsync &&
+
+optional_depends gnutls \
+ "--enable-gnutls" \
+ "--disable-gnutls" \
+ "for network traffic encryption" &&
+
+if is_depends_enabled $SPELL gnutls; then
+ depends libtasn1
+fi