summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.75.bb7
1 files changed, 2 insertions, 5 deletions
diff --git a/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.75.bb b/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.75.bb
index 9c99af7c91..043fed367c 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
13 13
14CFLAGS += "-pthread -D_REENTRANT" 14CFLAGS += "-pthread -D_REENTRANT"
15 15
16EXTRA_OECONF += "--disable-static --with-gnutls=${STAGING_LIBDIR}/../" 16EXTRA_OECONF += "--disable-static --with-gnutls=${STAGING_LIBDIR}/../ --enable-largefile"
17 17
18PACKAGECONFIG ?= "curl https" 18PACKAGECONFIG ?= "curl https"
19PACKAGECONFIG:append:class-target = "\ 19
20 ${@bb.utils.filter('DISTRO_FEATURES', 'largefile', d)} \
21"
22PACKAGECONFIG[largefile] = "--enable-largefile,--disable-largefile,,"
23PACKAGECONFIG[curl] = "--enable-curl,--disable-curl,curl," 20PACKAGECONFIG[curl] = "--enable-curl,--disable-curl,curl,"
24PACKAGECONFIG[https] = "--enable-https,--disable-https,libgcrypt gnutls," 21PACKAGECONFIG[https] = "--enable-https,--disable-https,libgcrypt gnutls,"
25 22