apr: ensure rlimit support, fixes httpd mod_cgi link failures, upstream httpd bug...
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 5 Jul 2011 22:21:13 +0000 (22:21 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 5 Jul 2011 22:21:13 +0000 (22:21 +0000)
SVN-Revision: 27465

libs/apr/Makefile

index 1da2199bd4091e94867617cf6306803270b68844..91776bde538f4aadef37be63dbfae3b8a56a0e0c 100644 (file)
@@ -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