projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdcd5a3
)
apr: ensure rlimit support, fixes httpd mod_cgi link failures, upstream httpd bug...
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 5 Jul 2011 22:21:13 +0000
(22:21 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 5 Jul 2011 22:21:13 +0000
(22:21 +0000)
SVN-Revision: 27465
libs/apr/Makefile
patch
|
blob
|
history
diff --git
a/libs/apr/Makefile
b/libs/apr/Makefile
index 1da2199bd4091e94867617cf6306803270b68844..91776bde538f4aadef37be63dbfae3b8a56a0e0c 100644
(file)
--- 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