dovecot: update to 2.2.12
[openwrt/svn-archive/packages.git] / mail / dovecot / patches / 001-configure_in.patch
index 372d8b41e1e6ef0f4e287bd3e600af1701d8d5cb..69328cb7dc79ae1cab0181bf375ef31cfc3df47f 100644 (file)
@@ -1,6 +1,6 @@
 --- a/configure.ac
 +++ b/configure.ac
-@@ -494,9 +494,9 @@ have_ioloop=no
+@@ -504,9 +504,9 @@ have_ioloop=no
  
  if test "$ioloop" = "best" || test "$ioloop" = "epoll"; then
    AC_CACHE_CHECK([whether we can use epoll],i_cv_epoll_works,[
@@ -12,7 +12,7 @@
        int main()
        {
        return epoll_create(5) < 1;
-@@ -665,7 +665,7 @@ fi
+@@ -675,7 +675,7 @@ fi
  dnl * Old glibcs have broken posix_fallocate(). Make sure not to use it.
  dnl * It may also be broken in AIX.
  AC_CACHE_CHECK([whether posix_fallocate() works],i_cv_posix_fallocate_works,[
@@ -21,7 +21,7 @@
      #define _XOPEN_SOURCE 600
      #include <stdio.h>
      #include <stdlib.h>
-@@ -674,6 +674,7 @@ AC_CACHE_CHECK([whether posix_fallocate(
+@@ -684,6 +684,7 @@ AC_CACHE_CHECK([whether posix_fallocate(
      #if defined(__GLIBC__) && (__GLIBC__ < 2 || __GLIBC_MINOR__ < 7)
        possibly broken posix_fallocate
      #endif