Merge pull request #6484 from SupervisedThinking/up_libmicrohttpd

libmicrohttpd: disable examples / fix build
This commit is contained in:
CvH 2022-05-13 20:12:37 +02:00 committed by GitHub
commit 48b738abc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"