From: Jo-Philipp Wich Date: Tue, 5 Jul 2011 22:21:13 +0000 (+0000) Subject: [packages] apr: ensure rlimit support, fixes httpd mod_cgi link failures, upstream... X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=24b0c37989e559aa5b6c06f4b0dcff495e17844e;p=openwrt%2Fsvn-archive%2Farchive.git [packages] 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 1da2199bd4..91776bde53 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