Browse Source

small cygwin cross-compile problem fix

set homespool, can not be automatically determined, when cross-compiled
under Cygwin
Waldemar Brodkorb 15 years ago
parent
commit
d71efa9243
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/mutt/Makefile

+ 1 - 0
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