diff options
| -rw-r--r-- | meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.76.bb | 3 |
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 = "\ | |||
| 22 | PACKAGECONFIG[largefile] = "--enable-largefile,--disable-largefile,," | 22 | PACKAGECONFIG[largefile] = "--enable-largefile,--disable-largefile,," |
| 23 | PACKAGECONFIG[curl] = "--enable-curl,--disable-curl,curl," | 23 | PACKAGECONFIG[curl] = "--enable-curl,--disable-curl,curl," |
| 24 | PACKAGECONFIG[https] = "--enable-https,--disable-https,libgcrypt gnutls," | 24 | PACKAGECONFIG[https] = "--enable-https,--disable-https,libgcrypt gnutls," |
| 25 | PACKAGECONFIG[experimental] = "--enable-experimental,--disable-experimental," | ||
| 25 | 26 | ||
| 26 | do_compile:append() { | 27 | do_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 | ||
| 30 | BBCLASSEXTEND = "native nativesdk" | 31 | BBCLASSEXTEND = "native nativesdk" |
| 32 | |||
| 33 | CVE_CHECK_IGNORE += "${@bb.utils.contains('PACKAGECONFIG', 'experimental', '', 'CVE-2025-59777 CVE-2025-62689', d)}" | ||
