packages/mail/dovecot/patches/001-configure_in.patch
florian 8c9013726c [package] update dovecot to 1.1.2 (#3785)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@14889 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-15 14:31:14 +00:00

15 lines
425 B
Diff

--- 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;