mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-09 17:03:35 -09:00
package/pure-ftpd: remove optional dependency to libiconv
Buildroot commit26d5d1c0a2removed the configure option --with-rfc2640 due to upstream commit:33eda763bfIn 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 commitf30f5e4f61) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
26c53a47bc
commit
02aa5bd419
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user