summaryrefslogtreecommitdiff
path: root/package/mutt/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-01-27 08:11:57 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-01-27 08:11:57 +0100
commitd71efa924351a6b76c7f60c034dd094fd4eea91e (patch)
treed23051a838877179a8dc31d57e15222fafde8e73 /package/mutt/Makefile
parent34cb56011259bc83ff5915954b65626084fe6b98 (diff)
small cygwin cross-compile problem fix
set homespool, can not be automatically determined, when cross-compiled under Cygwin
Diffstat (limited to 'package/mutt/Makefile')
-rw-r--r--package/mutt/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/mutt/Makefile b/package/mutt/Makefile
index cf698f6d3..89d85d7c6 100644
--- a/package/mutt/Makefile
+++ b/package/mutt/Makefile
@@ -21,6 +21,7 @@ $(eval $(call PKG_template,MUTT,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_
CONFIGURE_STYLE:= gnu
CONFIGURE_ARGS+= --includedir=${WRKBUILD}/. \
--oldincludedir=${WRKBUILD}/. \
+ --with-homespool="~/Maildir" \
--enable-pop \
--enable-imap \
--with-ssl