mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
lighttpd: fix EXTRA_OECONF
* --without-memcache was renamed to --without-memcached in: https://redmine.lighttpd.net/projects/lighttpd/repository/revisions/f3b577ddee36b9555331dfbcddb6a200df2ba438 * causing: ERROR: lighttpd-1.4.41-r0 do_configure: QA Issue: lighttpd: configure was passed unrecognised options: --without-memcache [unknown-configure-option] (From OE-Core rev: d53b220205259705649cb7741a21cb267519d565) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
79d45bf56d
commit
f203e5bfb8
@@ -36,7 +36,7 @@ EXTRA_OECONF = " \
|
||||
--without-bzip2 \
|
||||
--without-ldap \
|
||||
--without-lua \
|
||||
--without-memcache \
|
||||
--without-memcached \
|
||||
--with-pcre \
|
||||
--without-webdav-props \
|
||||
--without-webdav-locks \
|
||||
|
||||
Reference in New Issue
Block a user