diff options
author | Roy.Li <rongqing.li@windriver.com> | 2012-11-29 09:19:25 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-03 14:41:12 +0000 |
commit | f31a7ed3463e169dc93f36cc0bbe084d3f99772a (patch) | |
tree | 24791d0c5bb0c3259350b196974cfedb55d3cbf1 /meta/files/common-licenses/GPL-2.0-with-GCC-exception | |
parent | e85e1aace604626914a06dab4663094d6dd9b035 (diff) | |
download | openembedded-core-f31a7ed3463e169dc93f36cc0bbe084d3f99772a.tar.gz openembedded-core-f31a7ed3463e169dc93f36cc0bbe084d3f99772a.tar.bz2 openembedded-core-f31a7ed3463e169dc93f36cc0bbe084d3f99772a.zip |
site/common-linux: move ac_cv_o_nonblock_inherited to site/common-linux
When compiling apr for no-powerpc arch, the flag ac_cv_o_nonblock_inherited
is always set to yes in cross compiling environment. This flag is intended to
think the socket, returned from accept(), inherit file status flags such as
O_NONBLOCK from the listening socket, but socket never inherits file status
from the listening socket on Linux (more information to man accept).
This is Linux-wide behaviour, so move it from meta/site/powerpc32-linux
to site/common-linux.
If ac_cv_o_nonblock_inherited is set to yes on Linux, clients can not access the
same ip address(URL) with Apache web server via http(port 80) and https(port443)
without redirection
Signed-off-by: Roy.Li <rongqing.li@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/files/common-licenses/GPL-2.0-with-GCC-exception')
0 files changed, 0 insertions, 0 deletions