Merge pull request from cotequeiroz/mutt

mutt: don't use host mailpath definition
This commit is contained in:
Rosen Penev 2021-04-24 01:16:24 -07:00 committed by GitHub
commit da3be62a9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=mutt PKG_NAME:=mutt
PKG_VERSION:=1.14.7 PKG_VERSION:=1.14.7
PKG_RELEASE:=1 PKG_RELEASE:=2
PKG_SOURCE_URL:=https://bitbucket.org/mutt/mutt/downloads/ \ PKG_SOURCE_URL:=https://bitbucket.org/mutt/mutt/downloads/ \
http://ftp.mutt.org/pub/mutt/ http://ftp.mutt.org/pub/mutt/
@ -45,6 +45,7 @@ CONFIGURE_ARGS += \
--oldincludedir=$(PKG_BUILD_DIR)/. \ --oldincludedir=$(PKG_BUILD_DIR)/. \
--enable-pop \ --enable-pop \
--enable-imap \ --enable-imap \
--with-mailpath=/var/mail \
--with-ssl \ --with-ssl \
--without-idn \ --without-idn \
--disable-doc --disable-doc