diff options
author | Rosen Penev <rosenp@gmail.com> | 2021-04-24 01:16:24 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-24 01:16:24 -0700 |
commit | da3be62a9fbc636f8925c997e62a75459fe8f3cd (patch) | |
tree | 803b9fd395ad683a10bd33a671ce6e33508b94c1 | |
parent | b10c73f11c1cfe4f56ed71699c73f9d84f844755 (diff) | |
parent | 9fb776ec1d41d02f4fac424b7d579419468f29f0 (diff) |
Merge pull request #15466 from cotequeiroz/mutt
mutt: don't use host mailpath definition
-rw-r--r-- | mail/mutt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 14214d9d9..38da53cb8 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mutt PKG_VERSION:=1.14.7 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_URL:=https://bitbucket.org/mutt/mutt/downloads/ \ http://ftp.mutt.org/pub/mutt/ @@ -45,6 +45,7 @@ CONFIGURE_ARGS += \ --oldincludedir=$(PKG_BUILD_DIR)/. \ --enable-pop \ --enable-imap \ + --with-mailpath=/var/mail \ --with-ssl \ --without-idn \ --disable-doc |