diff mbox series

[2/5] libmicrohttpd: Enable largefile support unconditionally

Message ID 20220813042807.3533472-2-raj.khem@gmail.com
State Accepted, archived
Commit d07270dc51a3acbef9a5aa5efbca59b8b5b25d1e
Headers show
Series [1/5] zip: Always enable LARGE_FILE_SUPPORT | expand

Commit Message

Khem Raj Aug. 13, 2022, 4:28 a.m. UTC
the distro feature knob is deprecated

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.75.bb | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)
diff mbox series

Patch

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,"