2
1
Эх сурвалжийг харах

package/pure-ftpd: remove optional dependency to libiconv

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@kuhls.net>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
(cherry picked from commit f30f5e4f61e72a507df96bea1960a9388c780a82)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Bernd Kuhls 1 жил өмнө
parent
commit
02aa5bd419

+ 0 - 1
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 \