From: Marcin Krol Date: Tue, 9 Sep 2025 21:37:51 +0000 (+0200) Subject: - fix building with gettext >= 0.24 X-Git-Url: https://git.tld-linux.org/?a=commitdiff_plain;ds=sidebyside;p=packages%2Fdovecot.git - fix building with gettext >= 0.24 --- 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}