commit d0d8d5062fcd6d6298d2106acd557183d89b31d1
parent 998dc41907b7923fc6f894f20cf3d48471671d56
Author: aabacchus <ben@bvnf.space>
Date: Mon, 4 Apr 2022 21:19:16 +0100
neomutt: debug build
Diffstat:
4 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/neomutt/build b/neomutt/build
@@ -1,5 +1,8 @@
#!/bin/sh -e
+:> nostrip
+export CC="clang"
+
# enable building with netbsd-curses
sed -i 's/tinfow tinfo/tinfow tinfo terminfo/g;/Unable to find xsltproc/d;
s@xmlcatalog@/bin/true@' \
@@ -8,6 +11,8 @@ sed -i 's/tinfow tinfo/tinfow tinfo terminfo/g;/Unable to find xsltproc/d;
./configure \
--prefix=/usr \
--sysconfdir=/etc \
+ --autocrypt \
+ --asan \
--ssl \
--sasl \
--gpgme \
@@ -22,7 +27,7 @@ sed -i 's/tinfow tinfo/tinfow tinfo terminfo/g;/Unable to find xsltproc/d;
sed '/^.*_TARGETS=/s/ .*-docs//;s/xsltproc/:/g' Makefile > _
mv _ Makefile
-make
+make EXTRA_CFLAGS="-g -Og"
make docs/neomuttrc docs/neomutt.1 docs/neomuttrc.5
make DESTDIR="$1" install
diff --git a/neomutt/checksums b/neomutt/checksums
@@ -1 +0,0 @@
-08245cfa7aec80b895771fd1adcbb7b86e9c0434dfa64574e3c8c4d692aaa078
diff --git a/neomutt/sources b/neomutt/sources
@@ -1 +1 @@
-https://github.com/neomutt/neomutt/archive/refs/tags/20211029.tar.gz
+git+https://github.com/neomutt/neomutt
diff --git a/neomutt/version b/neomutt/version
@@ -1 +1 @@
-20211029 1
+git 1