[package] update dovecot to 1.1.2 (#3785)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@14889 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2009-03-15 14:31:14 +00:00
parent ce2a45361e
commit 8c9013726c
6 changed files with 122 additions and 988 deletions

View File

@ -0,0 +1,14 @@
--- dovecot-1.1.2-orig/configure.in 2008-07-24 01:46:52.000000000 +0200
+++ dovecot-1.1.2/configure.in 2008-07-29 15:46:47.000000000 +0200
@@ -473,9 +473,9 @@
if test "$ioloop" = "best" || test "$ioloop" = "epoll"; then
AC_CACHE_CHECK([whether we can use epoll],i_cv_epoll_works,[
- AC_TRY_RUN([
+ AC_TRY_LINK([
#include <sys/epoll.h>
-
+ ], [
int main()
{
return epoll_create(5) < 1;