package/dovecot: drop host-gettext
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 12 Sep 2021 19:53:33 +0000 (21:53 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sat, 18 Sep 2021 20:32:31 +0000 (22:32 +0200)
AM_ICONV is not needed since drop of autoreconf in commit
03fbb81b8bab7bad135b59267533be7688babe39

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/dovecot/dovecot.mk

index cd637f19a11b96b40846f1b8fc9c91bb53456f4a..733917b062b6be920b71ca8529e532f933eb9201 100644 (file)
@@ -16,8 +16,6 @@ DOVECOT_DEPENDENCIES = \
        host-pkgconf \
        $(if $(BR2_PACKAGE_LIBICONV),libiconv) \
        openssl
-# add host-gettext for AM_ICONV macro
-DOVECOT_DEPENDENCIES += host-gettext
 
 # CVE-2016-4983 is an issue in a postinstall script in the dovecot rpm, which
 # is part of the Red Hat packaging and not part of upstream dovecot