libmicrohttpd: enable https for kodi webserver

Kodi size is only increased by ~20k
This commit is contained in:
mglae 2021-02-25 23:47:37 +01:00
parent 058b49e3e1
commit 249cf9f678

View File

@ -8,14 +8,13 @@ PKG_SHA256="0ae825f8e0d7f41201fd44a0df1cf454c1cb0bc50fe9d59c26552260264c2ff8"
PKG_LICENSE="LGPLv2.1"
PKG_SITE="http://www.gnu.org/software/libmicrohttpd/"
PKG_URL="http://ftpmirror.gnu.org/libmicrohttpd/${PKG_NAME}-${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain"
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 \
--disable-curl \
--disable-https \
--with-libgcrypt-prefix=${SYSROOT_PREFIX}/usr"
--enable-https"
post_makeinstall_target() {
rm -rf ${INSTALL}/usr/bin