summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.52.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.52.bb')
-rw-r--r--meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.52.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.52.bb b/meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.52.bb
index 2a006b5eb..b22cc7352 100644
--- a/meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.52.bb
+++ b/meta-oe/recipes-support/libmicrohttpd/libmicrohttpd_0.9.52.bb
@@ -15,7 +15,7 @@ EXTRA_OECONF += "--disable-static --with-gnutls=${STAGING_LIBDIR}/../"
15 15
16PACKAGECONFIG ?= "curl" 16PACKAGECONFIG ?= "curl"
17PACKAGECONFIG_append_class-target = "\ 17PACKAGECONFIG_append_class-target = "\
18 ${@bb.utils.contains('DISTRO_FEATURES', 'largefile', 'largefile', '', d)} \ 18 ${@bb.utils.filter('DISTRO_FEATURES', 'largefile', d)} \
19" 19"
20PACKAGECONFIG[largefile] = "--enable-largefile,--disable-largefile,," 20PACKAGECONFIG[largefile] = "--enable-largefile,--disable-largefile,,"
21PACKAGECONFIG[curl] = "--enable-curl,--disable-curl,curl," 21PACKAGECONFIG[curl] = "--enable-curl,--disable-curl,curl,"