diff mbox series

[1/1] package/dovecot: drop host-gettext

Message ID 20210912195333.2718045-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/dovecot: drop host-gettext | expand

Commit Message

Fabrice Fontaine Sept. 12, 2021, 7:53 p.m. UTC
AM_ICONV is not needed since drop of autoreconf in commit
03fbb81b8bab7bad135b59267533be7688babe39

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/dovecot/dovecot.mk | 2 --
 1 file changed, 2 deletions(-)

Comments

Yann E. MORIN Sept. 18, 2021, 8:34 p.m. UTC | #1
Fabrice, All,

On 2021-09-12 21:53 +0200, Fabrice Fontaine spake thusly:
> AM_ICONV is not needed since drop of autoreconf in commit
> 03fbb81b8bab7bad135b59267533be7688babe39
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/dovecot/dovecot.mk | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/package/dovecot/dovecot.mk b/package/dovecot/dovecot.mk
> index cd637f19a1..733917b062 100644
> --- a/package/dovecot/dovecot.mk
> +++ b/package/dovecot/dovecot.mk
> @@ -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
> -- 
> 2.33.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@lists.buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
Peter Korsgaard Sept. 29, 2021, 7:56 p.m. UTC | #2
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > AM_ICONV is not needed since drop of autoreconf in commit
 > 03fbb81b8bab7bad135b59267533be7688babe39

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2021.02.x, 2021.05.x and 2021.08.x, thanks.
diff mbox series

Patch

diff --git a/package/dovecot/dovecot.mk b/package/dovecot/dovecot.mk
index cd637f19a1..733917b062 100644
--- a/package/dovecot/dovecot.mk
+++ b/package/dovecot/dovecot.mk
@@ -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