diff options
author | Nick Leverton <nick@leverton.org> | 2016-03-17 15:15:22 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-20 22:57:56 +0000 |
commit | 880a346bf1bc4aa6c8569c6319c141433e13e1dd (patch) | |
tree | 3eeab354e7dfd330b43c6fb9824a82e6e1774361 /meta/classes/toaster.bbclass | |
parent | b27ab57fe6108a68553dddaf9df4dbc3bddb7916 (diff) | |
download | openembedded-core-880a346bf1bc4aa6c8569c6319c141433e13e1dd.tar.gz openembedded-core-880a346bf1bc4aa6c8569c6319c141433e13e1dd.tar.bz2 openembedded-core-880a346bf1bc4aa6c8569c6319c141433e13e1dd.zip |
lighttpd: fix /usr/lib/mod_cgi.so: undefined symbol: chunkqueue_written
lighttpd fails to load when mod_cgi is enabled at run time, with the
message "dlopen() failed for: /usr/lib/mod_cgi.so /usr/lib/mod_cgi.so:
undefined symbol: chunkqueue_written".
This is caused by a patch intended to prevent memory exhaustion by
naively streaming CGIs, aimed at upstream issue
http://redmine.lighttpd.net/issues/1264 . The patch uses internal API
functions from older versions of lighttpd which don't exist in this
version. Remove the patch, pending a better fix.
[ YOCTO #9289 ]
Signed-off-by: Nick Leverton <nick@leverton.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/classes/toaster.bbclass')
0 files changed, 0 insertions, 0 deletions