From: Khem Raj Date: Sat, 13 Aug 2022 04:28:04 +0000 (-0700) Subject: libmicrohttpd: Enable largefile support unconditionally X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~3276 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d07270dc51a3acbef9a5aa5efbca59b8b5b25d1e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libmicrohttpd: Enable largefile support unconditionally the distro feature knob is deprecated Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.75.bb b/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.75.bb index 9c99af7c912..043fed367c6 100644 --- a/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.75.bb +++ b/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.75.bb @@ -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,"