[arch-commits] Commit in imap/trunk (PKGBUILD)
Pierre Schmitz
pierre at gemini.archlinux.org
Sun Dec 26 09:20:58 UTC 2021
Date: Sunday, December 26, 2021 @ 09:20:58
Author: pierre
Revision: 433120
upgpkg: imap 2007f-14
Modified:
imap/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-26 09:15:41 UTC (rev 433119)
+++ PKGBUILD 2021-12-26 09:20:58 UTC (rev 433120)
@@ -2,7 +2,7 @@
pkgbase=imap
pkgname=(imap c-client)
pkgver=2007f
-pkgrel=13
+pkgrel=14
arch=('x86_64')
license=('APACHE')
url="https://github.com/uw-imap/imap"
@@ -31,6 +31,7 @@
build() {
cd "$srcdir/$pkgbase-src"
+ CFLAGS+=" -ffat-lto-objects"
# NOTE: if you wish to enforce SSL, use SSLTYPE=unix.nopwd
yes "y" | make lnp EXTRAAUTHENTICATORS=gss PASSWDTYPE=pam SPECIALAUTHENTICATORS=ssl SSLTYPE=unix EXTRACFLAGS="${CFLAGS} -fPIC -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lpam" EXTRALDFLAGS="${LDFLAGS}"
More information about the arch-commits
mailing list