浏览代码

small cygwin cross-compile problem fix

set homespool, can not be automatically determined, when cross-compiled
under Cygwin
Waldemar Brodkorb 15 年之前
父节点
当前提交
d71efa9243
共有 1 个文件被更改,包括 1 次插入0 次删除
  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_STYLE:=	gnu
 CONFIGURE_ARGS+=	--includedir=${WRKBUILD}/. \
 CONFIGURE_ARGS+=	--includedir=${WRKBUILD}/. \
 			--oldincludedir=${WRKBUILD}/. \
 			--oldincludedir=${WRKBUILD}/. \
+			--with-homespool="~/Maildir" \
 			--enable-pop \
 			--enable-pop \
 			--enable-imap \
 			--enable-imap \
 			--with-ssl
 			--with-ssl