diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-27 08:11:57 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-27 08:11:57 +0100 |
commit | d71efa924351a6b76c7f60c034dd094fd4eea91e (patch) | |
tree | d23051a838877179a8dc31d57e15222fafde8e73 | |
parent | 34cb56011259bc83ff5915954b65626084fe6b98 (diff) |
small cygwin cross-compile problem fix
set homespool, can not be automatically determined, when cross-compiled
under Cygwin
-rw-r--r-- | package/mutt/Makefile | 1 |
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 |