From 249cf9f678df5613e496d121131d5ac45894fee9 Mon Sep 17 00:00:00 2001 From: mglae Date: Thu, 25 Feb 2021 23:47:37 +0100 Subject: [PATCH] libmicrohttpd: enable https for kodi webserver Kodi size is only increased by ~20k --- packages/web/libmicrohttpd/package.mk | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/web/libmicrohttpd/package.mk b/packages/web/libmicrohttpd/package.mk index 32bda2d330..9cc2e3c595 100644 --- a/packages/web/libmicrohttpd/package.mk +++ b/packages/web/libmicrohttpd/package.mk @@ -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