From 915c1d0aa4cee24bf9f8d9c60cafd708fe4e2f19 Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Mon, 25 Apr 2022 23:23:38 +0200 Subject: [PATCH] Revert "package/pure-ftpd: doesn't build with libressl" This reverts commit e87e6fd085b8a4965b9dc84635fd36e380da4dde as pure-ftpd can be built with libressl since bump to version 3.5.2 in commit 8b216927db080b38fdbf1f8b025b6f90a89d4bc2 and https://github.com/libressl-portable/openbsd/commit/f5674b4e2330b382bacefd3393affc8eb2ee2ba8. Signed-off-by: Fabrice Fontaine Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- package/pure-ftpd/pure-ftpd.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/pure-ftpd/pure-ftpd.mk b/package/pure-ftpd/pure-ftpd.mk index 0354949e28..f3cbef84b9 100644 --- a/package/pure-ftpd/pure-ftpd.mk +++ b/package/pure-ftpd/pure-ftpd.mk @@ -45,7 +45,7 @@ else PURE_FTPD_CONF_OPTS += --without-ldap endif -ifeq ($(BR2_PACKAGE_LIBOPENSSL),y) +ifeq ($(BR2_PACKAGE_OPENSSL),y) PURE_FTPD_CONF_OPTS += --with-tls PURE_FTPD_DEPENDENCIES += host-pkgconf openssl PURE_FTPD_CONF_ENV += LIBS=`$(PKG_CONFIG_HOST_BINARY) --libs openssl`