]> code.ossystems Code Review - openembedded-core.git/commitdiff
lighttpd: fix EXTRA_OECONF
authorMartin Jansa <martin.jansa@gmail.com>
Tue, 6 Sep 2016 21:58:59 +0000 (23:58 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 7 Sep 2016 23:31:39 +0000 (00:31 +0100)
* --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]

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-extended/lighttpd/lighttpd_1.4.41.bb

index bba90cf300bc63f96675a38c18253dd93ec96ee0..1a3f3234283519936e340cdd8ac123b2041557dd 100644 (file)
@@ -36,7 +36,7 @@ EXTRA_OECONF = " \
              --without-bzip2 \
              --without-ldap \
              --without-lua \
-             --without-memcache \
+             --without-memcached \
              --with-pcre \
              --without-webdav-props \
              --without-webdav-locks \