]> git.pld-linux.org Git - packages/apr-compat.git/commitdiff
- new
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 7 Oct 2004 08:51:35 +0000 (08:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apr-no-epoll.patch -> 1.1

apr-no-epoll.patch [new file with mode: 0644]

diff --git a/apr-no-epoll.patch b/apr-no-epoll.patch
new file mode 100644 (file)
index 0000000..0a87928
--- /dev/null
@@ -0,0 +1,14 @@
+diff -urN apr-1.0.0.org/configure.in apr-1.0.0/configure.in
+--- apr-1.0.0.org/configure.in 2004-10-07 12:42:56.955927216 +0200
++++ apr-1.0.0/configure.in     2004-10-07 12:44:30.322925526 +0200
+@@ -647,10 +647,6 @@
+     return epoll_create(5) == -1;
+ }], [apr_cv_epoll=yes], [apr_cv_epoll=no], [apr_cv_epoll=no])])
+-if test "$apr_cv_epoll" = "yes"; then
+-   AC_DEFINE([HAVE_EPOLL], 1, [Define if the epoll interface is supported])
+-fi
+-
+ dnl ----------------------------- Checking for missing POSIX thread functions
+ AC_CHECK_FUNCS([getpwnam_r getpwuid_r getgrnam_r getgrgid_r])
This page took 0.071744 seconds and 4 git commands to generate.