Merge pull request #8950 from heitbaum/shared

libmicrohttpd: swap to shared library
This commit is contained in:
CvH 2024-06-02 10:16:05 +02:00 committed by GitHub
commit 6b093d9d2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"