From: Jo-Philipp Wich Date: Tue, 5 Jul 2011 22:21:13 +0000 (+0000) Subject: apr: ensure rlimit support, fixes httpd mod_cgi link failures, upstream httpd bug... X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=658fee6732e22056c682c7916c1bb1eda62c109d;p=openwrt%2Fsvn-archive%2Fpackages.git apr: ensure rlimit support, fixes httpd mod_cgi link failures, upstream httpd bug 51371 SVN-Revision: 27465 --- 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