George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
dovecot
Commits:
e6920a47 by George Rawlinson at 2026-01-05T22:51:51+00:00
remove deprecated configure options
Fixes #13.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -25,6 +25,7 @@ pkgbase = dovecot
depends = mariadb-libs
depends = openssl
depends = pam
+ depends = pcre2
depends = postgresql-libs
depends = sqlite
depends = systemd-libs
=====================================
PKGBUILD
=====================================
@@ -123,7 +123,6 @@ build() {
--with-sqlite \
--with-pgsql \
--with-mysql \
- --with-ssl=openssl \
--with-ssldir=/etc/ssl \
--with-gssapi \
--with-ldap=plugin \
@@ -137,8 +136,7 @@ build() {
--with-libcap \
--with-stemmer \
--with-flatcurve \
- --with-pcre2 \
- --with-docs
+ --with-pcre2
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dovecot/-/commit/e6920a477d42eb609239ee86b6df00a7255591bc
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dovecot/-/commit/e6920a477d42eb609239ee86b6df00a7255591bc
You're receiving this email because of your account on gitlab.archlinux.org.