From 858145a8514b4bf0a0c345c2b85f64d10a7b6142 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Sun, 5 Oct 2014 19:39:01 +0200 Subject: [PATCH] package/apr: Fix for Apache when listening to multiple ports For details: https://issues.apache.org/bugzilla/show_bug.cgi?id=56727#c6 Signed-off-by: Bernd Kuhls Signed-off-by: Thomas Petazzoni --- package/apr/apr.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/apr/apr.mk b/package/apr/apr.mk index 4b3afc93a..cbae0ff73 100644 --- a/package/apr/apr.mk +++ b/package/apr/apr.mk @@ -22,6 +22,7 @@ APR_CONF_ENV = \ apr_cv_tcp_nodelay_with_cork=yes \ ac_cv_sizeof_struct_iovec=8 \ ac_cv_struct_rlimit=yes \ + ac_cv_o_nonblock_inherited=no \ apr_cv_mutex_recursive=yes APR_CONFIG_SCRIPTS = apr-1-config