[Buildroot] [git commit branch/2023.11.x] package/pure-ftpd: remove optional dependency to libiconv

Peter Korsgaard peter at korsgaard.com
Mon Mar 25 10:30:49 UTC 2024


commit: https://git.buildroot.net/buildroot/commit/?id=192047fca2b40c383e7a78745acac22d0e5e5a63
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2023.11.x

Buildroot commit 26d5d1c0a20719876220b429a43f8b1bcc29138b removed the
configure option --with-rfc2640 due to upstream commit:
https://github.com/jedisct1/pure-ftpd/commit/33eda763bfca8dfcf736275272b84602dcd18549

In the same upstream commit the iconv support was also removed because
it was only needed for rfc2640 support, this removal was forgotten in
the forementioned buildroot commit.

Signed-off-by: Bernd Kuhls <bernd at kuhls.net>
Signed-off-by: Arnout Vandecappelle <arnout at mind.be>
(cherry picked from commit f30f5e4f61e72a507df96bea1960a9388c780a82)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/pure-ftpd/pure-ftpd.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/pure-ftpd/pure-ftpd.mk b/package/pure-ftpd/pure-ftpd.mk
index 138b05ebb4..b2be59fff4 100644
--- a/package/pure-ftpd/pure-ftpd.mk
+++ b/package/pure-ftpd/pure-ftpd.mk
@@ -10,7 +10,6 @@ PURE_FTPD_SOURCE = pure-ftpd-$(PURE_FTPD_VERSION).tar.bz2
 PURE_FTPD_LICENSE = ISC
 PURE_FTPD_LICENSE_FILES = COPYING
 PURE_FTPD_CPE_ID_VENDOR = pureftpd
-PURE_FTPD_DEPENDENCIES = $(if $(BR2_PACKAGE_LIBICONV),libiconv)
 
 PURE_FTPD_CONF_OPTS = \
 	--with-altlog \



More information about the buildroot mailing list