summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/pure-ftpd/pure-ftpd.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/pure-ftpd/pure-ftpd.mk b/package/pure-ftpd/pure-ftpd.mk
index 8df4c232cb..e1040fa159 100644
--- a/package/pure-ftpd/pure-ftpd.mk
+++ b/package/pure-ftpd/pure-ftpd.mk
@@ -27,6 +27,10 @@ else
PURE_FTPD_CONF_OPTS += --without-capabilities
endif
+ifeq ($(BR2_PACKAGE_LIBSODIUM),y)
+PURE_FTPD_DEPENDENCIES += libsodium
+endif
+
ifeq ($(BR2_PACKAGE_OPENSSL),y)
PURE_FTPD_CONF_OPTS += --with-tls
PURE_FTPD_DEPENDENCIES += openssl
OpenPOWER on IntegriCloud