From 658fee6732e22056c682c7916c1bb1eda62c109d Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 5 Jul 2011 22:21:13 +0000 Subject: [PATCH] apr: ensure rlimit support, fixes httpd mod_cgi link failures, upstream httpd bug 51371 SVN-Revision: 27465 --- libs/apr/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/apr/Makefile b/libs/apr/Makefile index 1da2199bd..91776bde5 100644 --- a/libs/apr/Makefile +++ b/libs/apr/Makefile @@ -42,6 +42,7 @@ CONFIGURE_VARS += \ apr_cv_process_shared_works=no \ apr_cv_mutex_robust_shared=no \ apr_cv_tcp_nodelay_with_cork=yes \ + ac_cv_struct_rlimit=yes \ LDFLAGS="$$$$LDFLAGS -lpthread" \ define Build/InstallDev -- 2.30.2