summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.76.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.76.bb b/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.76.bb
index ad3c34ab9e..264af6d81a 100644
--- a/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.76.bb
+++ b/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.76.bb
@@ -22,9 +22,12 @@ PACKAGECONFIG:append:class-target = "\
22PACKAGECONFIG[largefile] = "--enable-largefile,--disable-largefile,," 22PACKAGECONFIG[largefile] = "--enable-largefile,--disable-largefile,,"
23PACKAGECONFIG[curl] = "--enable-curl,--disable-curl,curl," 23PACKAGECONFIG[curl] = "--enable-curl,--disable-curl,curl,"
24PACKAGECONFIG[https] = "--enable-https,--disable-https,libgcrypt gnutls," 24PACKAGECONFIG[https] = "--enable-https,--disable-https,libgcrypt gnutls,"
25PACKAGECONFIG[experimental] = "--enable-experimental,--disable-experimental,"
25 26
26do_compile:append() { 27do_compile:append() {
27 sed -i s:-L${STAGING_LIBDIR}::g libmicrohttpd.pc 28 sed -i s:-L${STAGING_LIBDIR}::g libmicrohttpd.pc
28} 29}
29 30
30BBCLASSEXTEND = "native nativesdk" 31BBCLASSEXTEND = "native nativesdk"
32
33CVE_CHECK_IGNORE += "${@bb.utils.contains('PACKAGECONFIG', 'experimental', '', 'CVE-2025-59777 CVE-2025-62689', d)}"