mirror of
https://git.yoctoproject.org/poky
synced 2026-05-07 16:59:22 +00:00
libmicrohttpd: Enable largefile support unconditionally
the distro feature knob is deprecated (From OE-Core rev: d07270dc51a3acbef9a5aa5efbca59b8b5b25d1e) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -13,13 +13,10 @@ inherit autotools lib_package pkgconfig gettext
|
||||
|
||||
CFLAGS += "-pthread -D_REENTRANT"
|
||||
|
||||
EXTRA_OECONF += "--disable-static --with-gnutls=${STAGING_LIBDIR}/../"
|
||||
EXTRA_OECONF += "--disable-static --with-gnutls=${STAGING_LIBDIR}/../ --enable-largefile"
|
||||
|
||||
PACKAGECONFIG ?= "curl https"
|
||||
PACKAGECONFIG:append:class-target = "\
|
||||
${@bb.utils.filter('DISTRO_FEATURES', 'largefile', d)} \
|
||||
"
|
||||
PACKAGECONFIG[largefile] = "--enable-largefile,--disable-largefile,,"
|
||||
|
||||
PACKAGECONFIG[curl] = "--enable-curl,--disable-curl,curl,"
|
||||
PACKAGECONFIG[https] = "--enable-https,--disable-https,libgcrypt gnutls,"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user