]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
libmicrohttpd: Enable largefile support unconditionally
authorKhem Raj <raj.khem@gmail.com>
Sat, 13 Aug 2022 04:28:04 +0000 (21:28 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 16 Aug 2022 13:55:46 +0000 (14:55 +0100)
the distro feature knob is deprecated

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.75.bb

index 9c99af7c912f6cff56bcebe5c71d77cf414030c9..043fed367c647c779ff2d2bbe7d3ad1bd35accac 100644 (file)
@@ -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,"