[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:
14
mail/dovecot/patches/001-configure_in.patch
Normal file
14
mail/dovecot/patches/001-configure_in.patch
Normal 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;
|
Reference in New Issue
Block a user