libmicrohttpd: swap to shared library

This commit is contained in:
Rudi Heitbaum 2024-05-29 10:18:47 +00:00
parent 76ce541443
commit f93495f0a8

View File

@ -11,8 +11,8 @@ PKG_URL="http://ftpmirror.gnu.org/libmicrohttpd/${PKG_NAME}-${PKG_VERSION}.tar.g
PKG_DEPENDS_TARGET="toolchain gnutls"
PKG_LONGDESC="A small C library that is supposed to make it easy to run an HTTP server as part of another application."
PKG_CONFIGURE_OPTS_TARGET="--disable-shared \
--enable-static \
PKG_CONFIGURE_OPTS_TARGET="--enable-shared \
--disable-static \
--disable-examples \
--disable-curl \
--enable-https"