From: jow 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://207.154.207.93/?a=commitdiff_plain;h=feface7e073a8cd8a04602f0b99ec9523cc3aa74;p=packages.git [packages] apr: ensure rlimit support, fixes httpd mod_cgi link failures, upstream httpd bug 51371 git-svn-id: svn://svn.openwrt.org/openwrt/packages@27465 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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