From 35b6f0d060c494571131e6ad185b96338560040c Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Tue, 9 Sep 2025 23:37:51 +0200 Subject: [PATCH] - fix building with gettext >= 0.24 --- dovecot.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dovecot.spec b/dovecot.spec index cddb563..1445278 100644 --- a/dovecot.spec +++ b/dovecot.spec @@ -13,7 +13,7 @@ Summary: IMAP and POP3 server written with security primarily in mind Summary(pl.UTF-8): Serwer IMAP i POP3 pisany głównie z myślą o bezpieczeństwie Name: dovecot Version: 2.3.21.1 -Release: 2 +Release: 3 Epoch: 1 License: MIT (libraries), LGPL v2.1 (the rest) Group: Networking/Daemons @@ -181,7 +181,7 @@ Pakiet programistyczny do tworzenia wtyczek dla Dovecota. %build touch config.rpath %{__libtoolize} -%{__aclocal} -I . -I m4 +%{__aclocal} -I . -I m4 -I /usr/share/gettext/m4 %{__autoconf} %{__autoheader} %{__automake} -- 2.49.0