diff options
-rw-r--r-- | meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.75.bb | 7 |
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 | ||
14 | CFLAGS += "-pthread -D_REENTRANT" | 14 | CFLAGS += "-pthread -D_REENTRANT" |
15 | 15 | ||
16 | EXTRA_OECONF += "--disable-static --with-gnutls=${STAGING_LIBDIR}/../" | 16 | EXTRA_OECONF += "--disable-static --with-gnutls=${STAGING_LIBDIR}/../ --enable-largefile" |
17 | 17 | ||
18 | PACKAGECONFIG ?= "curl https" | 18 | PACKAGECONFIG ?= "curl https" |
19 | PACKAGECONFIG:append:class-target = "\ | 19 | |
20 | ${@bb.utils.filter('DISTRO_FEATURES', 'largefile', d)} \ | ||
21 | " | ||
22 | PACKAGECONFIG[largefile] = "--enable-largefile,--disable-largefile,," | ||
23 | PACKAGECONFIG[curl] = "--enable-curl,--disable-curl,curl," | 20 | PACKAGECONFIG[curl] = "--enable-curl,--disable-curl,curl," |
24 | PACKAGECONFIG[https] = "--enable-https,--disable-https,libgcrypt gnutls," | 21 | PACKAGECONFIG[https] = "--enable-https,--disable-https,libgcrypt gnutls," |
25 | 22 | ||