summaryrefslogtreecommitdiffstats
path: root/crypto/gnutls/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/gnutls/DEPENDS')
-rwxr-xr-xcrypto/gnutls/DEPENDS23
1 files changed, 23 insertions, 0 deletions
diff --git a/crypto/gnutls/DEPENDS b/crypto/gnutls/DEPENDS
new file mode 100755
index 0000000000..f928be40ae
--- /dev/null
+++ b/crypto/gnutls/DEPENDS
@@ -0,0 +1,23 @@
+depends libgcrypt &&
+depends opencdk &&
+
+optional_depends "zlib" \
+ "--with-zlib" \
+ "--without-zlib" \
+ "for zlib compression support" &&
+
+optional_depends "libtasn1" \
+ "--with-libtasn1-prefix=$INSTALL_ROOT/usr" \
+ "--with-included-libtasn1" \
+ "to use external libtasn1" &&
+
+# due to error in configure script, giving --with-lzo or --without-lzo leads to not using it
+optional_depends "lzo" \
+ "" \
+ "--with-included-lzo" \
+ "to use external liblzo" &&
+
+optional_depends "libcfg+" \
+ "--without-included-libcfg" \
+ "--with-included-libcfg" \
+ "to use external libcfg+"