libmicrohttpd: disable examples / fix build

This commit is contained in:
SupervisedThinking 2022-05-12 21:22:18 +02:00
parent c5e5766991
commit 7f05e605a2

View File

@ -13,6 +13,7 @@ PKG_LONGDESC="A small C library that is supposed to make it easy to run an HTTP
PKG_CONFIGURE_OPTS_TARGET="--disable-shared \
--enable-static \
--disable-examples \
--disable-curl \
--enable-https"