mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
testing/notmuch: properly enable notmuch and gpgme support
For some reason it seems to be necessary to pass the configure options for these two features as short options. Otherwise the following warning shows up: configure: WARNING: invalid host type: –-enable-notmuch No idea why this is happening. GNU autotools is a mess and I don't want to look at it any longer.
This commit is contained in:
parent
9f4ff4ed2c
commit
d66e763719
@ -2,7 +2,7 @@
|
||||
# Maintainer:
|
||||
pkgname=neomutt
|
||||
pkgver=20170714
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Mutt with miscellaneous fixes and feature patches"
|
||||
url="https://www.neomutt.org/"
|
||||
arch="all"
|
||||
@ -26,7 +26,7 @@ prepare() {
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
./configure \
|
||||
./configure -enable-notmuch -enable-gpgme \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
--prefix=/usr \
|
||||
@ -35,11 +35,10 @@ build() {
|
||||
--localstatedir=/var \
|
||||
--with-docdir=/usr/share/doc/$pkgname \
|
||||
--with-mailpath=/var/spool/mail \
|
||||
–-enable-notmuch \
|
||||
--with-gdbm \
|
||||
--with-ssl \
|
||||
--with-sasl
|
||||
#make
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
|
Loading…
Reference in New Issue
Block a user