[arch-commits] Commit in neomutt/trunk (PKGBUILD)

Maxim Baz maximbaz at archlinux.org
Tue Dec 3 13:08:35 UTC 2019


    Date: Tuesday, December 3, 2019 @ 13:08:35
  Author: maximbaz
Revision: 534937

neomutt: update build flags to match ./configure --help

It seems some flags have been renamed, updating to match the documentation.
No functional change is expected from this commit.

Modified:
  neomutt/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-03 12:16:54 UTC (rev 534936)
+++ PKGBUILD	2019-12-03 13:08:35 UTC (rev 534937)
@@ -28,7 +28,7 @@
         --sysconfdir=/etc \
         --libexecdir=/usr/lib \
         --gpgme \
-        --enable-lua \
+        --lua \
         --notmuch \
         --gss \
         --ssl \
@@ -35,8 +35,8 @@
         --sasl \
         --with-ui=ncurses \
         --with-idn2=/usr \
-        --idn=0 \
-        --idn2=1 \
+        --disable-idn \
+        --idn2 \
         --lmdb \
         --kyotocabinet \
         --gdbm



More information about the arch-commits mailing list